Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qfc_quick_command is not working in bash 4.3 #22

Open
dmitry-saritasa opened this issue Oct 10, 2015 · 0 comments
Open

qfc_quick_command is not working in bash 4.3 #22

dmitry-saritasa opened this issue Oct 10, 2015 · 0 comments

Comments

@dmitry-saritasa
Copy link

Path: Projects/iwinkit/
 .docker/
 _commons/
 _externals/
 _hooks/
 _templates/
 _test/
 app/
 apps/
 assets/
 src/

in this screen if I click Ctrl-b nothing happens

if I quit with another Ctrl-f click and then click Ctrl-b I get this

[dmitry@DMITRY ~]$ Projects/iwinkit/"
bash: bash_execute_unix_command: cannot find keymap for command
[dmitry@DMITRY ~]$ Projects/iwinkit/"

my .bashrc

# .bashrc
[[ -s "$HOME/.qfc/bin/qfc.sh" ]] && source "$HOME/.qfc/bin/qfc.sh"
qfc_quick_command 'cd' '\C-b' 'cd $0'
qfc_quick_command 'joe' '\C-p' 'joe $0'

any ideas?

[dmitry@DMITRY ~]$ bash --version
GNU bash, version 4.3.0(1)-release (x86_64-unknown-linux-gnu)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
[dmitry@DMITRY ~]$ python --version
Python 2.7.5
[dmitry@DMITRY ~]$ uname -a
Linux DMITRY.LINUX 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Sep 15 15:05:51 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
[dmitry@DMITRY ~]$ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant