Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Fix Control-R in the Ruby interactive shell' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Fix Control-R in the Ruby interactive shell
Authored by: spacechurro on Thu, Mar 20 2008 at 7:34PM PDT
I also added the ability to jump between words using ctrl + left and ctrl + right using the following:

bind "^[O5C" vi-next-word
bind "^[O5D" vi-prev-word

[ Reply to This | # ]