Tagged Questions
0
votes
1answer
332 views
How can I make custom key bindings work even while SSH-ed into another machine?
I've added
"\eOD": backward-word
"\eOC": forward-word
to my .inputrc to get ctrl-arrow key mappings sorted out in Cygwin allowing me to move forward and back fine.
When I SSH to any other Linux ...