Search Results

4
votes

How to emulate Emacs’ transpose-words in Vim?

These are from my .vimrc and work well for me. " swap two words :vnoremap <C-X> <Esc>`.``gvP``P " Swap word with next word nmap <silent> gw "_yiw:s/\(\%#\w\+\)\ …
2
votes

What are your favorite Vim tricks?

Using Esc all the time is going to cause RSI or something, I'm sure...plus its not fast enough for me. Instead, in my .vimrc I have map! ii <Esc> Fo …
1
vote

How can I upgrade the *console* version of vim on OS X?

Can also symlink your new binary to /usr/local/bin/ …
0
votes

What is in your .vimrc?

my .vimrc. My word swap function is usually a big hit. …