-
Notifications
You must be signed in to change notification settings - Fork 22
qfc_quick_command is not working in bash 4.3 #22
Copy link
Copy link
Open
Description
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 ~]$
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels