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?