Marco Lazzeri wrote:
> many emerges ago, I used to move between words in my bash Konsole
> keeping pressed CTRL+ALT and using the arrows keys, exactly like
> the more classic ESC+B (backward) & ESC+F (forward) do.

How to do it for Ctrl+Alt+arrow I don't know, but for just 
Ctrl+arrow add this to your /etc/inputrc:

"\e[1;5C": forward-word
"\e[1;5D": backward-word

Or for Alt+arrow:

"\e[1;3C": forward-word
"\e[1;3D": backward-word

Benno
-- 
gentoo-user@gentoo.org mailing list

Reply via email to