Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Modify cursor movement keys in Terminal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Modify cursor movement keys in Terminal
Authored by: sjk on Aug 24, '06 05:02:43PM
[this is followup to iSao's comment, if you're seeing it non-threaded]

Setting the wordchars variable influences word-oriented tcsh editor commands. I use:

set wordchars = '*?[]~='

And magic-space can be a handy function, meant to be bound to the space character:

bindkey ' ' magic-space


[ Reply to This | # ]