You are not logged in.
This issue seems really weird to me. I have this in my .inputrc:
$if mode=vi
set keymap vi-command
# these are for vi-command mode
"\ek": history-search-backward
"\ej": history-search-forward
"\e.": yank-last-arg
set keymap vi-insert
# these are for vi-insert mode
"\ek": history-search-backward
"\ej": history-search-forward
"\e.": yank-last-arg
$endif
This has been working for ages and still works when I boot the standard 3.0 kernel. But when I boot the 3.0-ck kernel, alt+j and alt+k do become previous-history and next-history respectively.
So, what does the ck-kernel has to do with these bash bindings?
Offline