I have been trying to rebind the shortcut for moving the cursor forwards/backwards one word at a time in the Xfce4 terminal.
I'm used to using <Ctrl>LeftArrow and <Ctrl>RightArrow to achieve this.
Using these shortcuts in the terminal produces the following characters instead:
;5D when pressing <Ctrl>LeftArrow and ;5C when pressing <Ctrl>RightArrow
Using <Alt>B and <Alt>C does move the cursor one word at a time, but I'm not comfortable using this combination.
I've looked at '~/.config/xfce4/terminal/accels.scm' but there are no lines that correspond to the <Alt>B and <Alt>C shortcuts.
Is there a way to bind this functionality to <Ctrl>LeftArrow and <Ctrl>RightArrow?
less, which is a different kettle of fish. https://unix.stackexchange.com/a/506578/5132 Or VIM. What the application program is, that is reading the input and moving the cursor using terminal I/O, is important. – JdeBP Jan 30 '20 at 13:23lessor my text editor, but rather when typing in a command. E.g. After typing into my terminalecho "Just Some Words.", if I wanted to change the word 'Just' before executing the command, I'd have to hold down