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


Click here to return to the 'How to paste Escape sequences in Terminal's preferences' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
How to paste Escape sequences in Terminal's preferences
Authored by: barthez on Mar 22, '04 05:41:21PM

For tcsh, put the following in your .tcshrc:

# moving backwards and forward one word with control-arrow
bindkey ";5D" backward-word
bindkey ";5C" forward-word

Bug: This prevents you from entering a plain old ";" on the cli. Thus, for chaining commands together, you'll have to use "&&" instead of ";". If you find a way to work around this, I'd be happy to know...



[ Reply to This | # ]