You are not logged in.

#1 2011-10-14 18:42:42

Markus00000
Member
Registered: 2011-03-27
Posts: 323

linux-ck and bash's history-search-backward

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

Board footer

Powered by FluxBB