You're viewing a comment by Adriano and its responses.
You're viewing a comment by Adriano and its responses.
I am being sponsored by Syntress since 2007! They bought me an amazing dedicated server to run catonmat on. If you're looking web services in Chicago area, I highly recommend the Syntress guys!
I love to read science books. They make my day and I get ideas for awesome blog posts, such as Busy Beaver, On Functors, Recursive Regular Expressions and many others.
Take a look at my
Amazon wish list, if you're curious about what I have planned reading next, and want to surprise me. :)


hi Peter, thanks very much for pointing out that āvā is defined to open the command itself in an editor (which will be $VISUAL, not $FCEDIT, by the looks of bashline.c).
Since 'v' is used a lot in vim for visual highlighting, it is easy by habit to accidently hit the v-key at the bash commandline while editing in the vi-mode. Plus calling in $VISUAL is probably overkill in most situations...
It seems extremely difficult to remap v for other purposes, unlike the other keys. Maybe it's impossible, but I would appreciate hearing from you first ;-) Thanks very much.
PS- (set keymap vi-insert) is probably the closest to vim among four other vi-choices.
Reply To This Comment