* [gentoo-user] CTRL+ALT arrows keys to move between words in Konsole
@ 2006-11-04 8:57 Marco Lazzeri
2006-11-04 10:40 ` Benno Schulenberg
0 siblings, 1 reply; 2+ messages in thread
From: Marco Lazzeri @ 2006-11-04 8:57 UTC (permalink / raw
To: gentoo-user
Hi,
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.
Somewhere I lost that behavior. Do you know why? And, more important,
do you know how I could restore that?
Thanks.
Marco
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-user] CTRL+ALT arrows keys to move between words in Konsole
2006-11-04 8:57 [gentoo-user] CTRL+ALT arrows keys to move between words in Konsole Marco Lazzeri
@ 2006-11-04 10:40 ` Benno Schulenberg
0 siblings, 0 replies; 2+ messages in thread
From: Benno Schulenberg @ 2006-11-04 10:40 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-04 10:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-04 8:57 [gentoo-user] CTRL+ALT arrows keys to move between words in Konsole Marco Lazzeri
2006-11-04 10:40 ` Benno Schulenberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox