Can't type capital C in bash emacs line-edit mode -


i'm having trouble typing capital c shell console although have no such problem when setting input mode vi or in emacs editor itself.

set -o vi  emacs -nw 

but have problem when do

set -o emacs 

i've removed .emacs file home directory

you have key binding that's incorrect.

assuming happens new terminals, binding in ~/.inputrc file. without seeing contents, can guess. in file , see if there's line similar 1 (it command on right side of colon):

"\c-q": menu-complete 

and see if backslash missing. backslash-c represents control key.

you can rename file , start new terminal quick way test if it's culprit.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -