I use tcsh and emacs. In emacs, I'm used to the ctrl-left bindkey moving me left by a word. I'd like to do the same thing in my tcsh terminal.
I can do ctrl-b, but I'm just not used to it.
It's not clear to me from the bindkey manpath how to specify the ctrl-left key combination.
How do I do it?
Google answers all (if you look deep enough).
bindkey '^[[1;5D' backward-word # ctrl+left
bindkey '^[[1;5C' forward-word # ctrl+right
From Google's cache of http://lofotenmoose.info/bsd/conf/amd64/tcshrc-root.
This works for tcsh 6.13.00
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With