FS#6880 - readline: ctrl+arrow doesn't move of a word in terminals anymore
Attached to Project:
Arch Linux
Opened by Corrado Primier (bardo) - Wednesday, 11 April 2007, 12:35 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 11 December 2007, 18:33 GMT
Opened by Corrado Primier (bardo) - Wednesday, 11 April 2007, 12:35 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 11 December 2007, 18:33 GMT
|
Details
I'm not sure about what's causing this, anyway it can be
brought back to the original behavior by adding a couple of
lines to /etc/inputrc (from the readline package):
"\e[1;5C": forward-word "\e[1;5D": backward-word |
This task depends upon
Closed by Jan de Groot (JGC)
Tuesday, 11 December 2007, 18:33 GMT
Reason for closing: Fixed
Additional comments about closing: Keypresses from initial bugreport are in inputrc already and CTRL+left/right is working fine here.
The alt-left/right thing looks useless to me, alt+left/right is not standard for word-walking through the console.
Tuesday, 11 December 2007, 18:33 GMT
Reason for closing: Fixed
Additional comments about closing: Keypresses from initial bugreport are in inputrc already and CTRL+left/right is working fine here.
The alt-left/right thing looks useless to me, alt+left/right is not standard for word-walking through the console.
"\e[1;3C": forward-word
"\e[1;3D": backward-word
for Alt-Left/Right