I find it amusing that he asserts "blockwise selection mode. Extremely powerful and available in very few other editors". Blockwise selection mode is available in almost every Windows editor I use - from the Delphi IDE, Visual Studio, even to Notepad2, Shift+Alt does block selection, or alternatively Alt + mouse selection.
plus I still have to see a use for it. Usually I just go linewise or, inside a line, with movements like f) or $.
Efficient Editing With vim
51–60 of 125 posts
Re: Efficient Editing With vim
#52Amazingly, this is the first I've heard of fx/tx/Fx. How ridiculously awesome.
I have this printed out and taped up right next to my monitor: http://wint1.kaist.ac.kr/files/attach/images/59/450/vi-vim-c... It's helped me polish off those last few vim commands that I never got used to. I recommend looking at it daily.
Re: Efficient Editing With vim
#53Earlier quoted context omitted.
gt and gT in command mode also do next tab and previous tab
also #gt will go that tab number. I've changed my tab text to show the number in parenthesis before the name.
" tab navigation
map 1gt
map 2gt
map 3gt
map 4gt
map 5gt
map 6gt
map 7gt
map 8gt
map 9gt
map 10gtRe: Efficient Editing With vim
#54Earlier quoted context omitted.
By force of habit, when I wanted to close an IM window, I have typed :q Instead of switching to the mouse and hitting the "x". Then I had to explain to the person that I wasn't sticking my tongue out at them.
I've hit Ctrl-W to try to delete a word, and ended up closing an IRC window. It's not exclusive to vim. :)
Re: Efficient Editing With vim
#55Earlier quoted context omitted.
I am still waiting for Vim FPS style (WSAD navigation keys, sniper scopes to skip words and all... sure it might need 3d graphics but hey, its the price you pay).
I, however, am waiting for an FPS, vim-style!
. . . or maybe Vim of Warcraft. I guess VoW is a better acronym than WoV.
Re: Efficient Editing With vim
#56Warning: learning Vim makes you look for Vim like commands in any program you interact with using the keyboard. Everything else will be frustrating.
20-year user of vi here... yes, once you get used to vi, going back to an editor for humans is hard.
Re: Efficient Editing With vim
#57Earlier quoted context omitted.
I have this printed out and taped up right next to my monitor: http://wint1.kaist.ac.kr/files/attach/images/59/450/vi-vim-c... It's helped me polish off those last few vim commands that I never got used to. I recommend looking at it daily.
I've got that cheat sheet saved on my computer and I've looked at it several times before, but today was the first time I realized that you can hit '&' to repeat the last :s command on the current line. Very slick!!
Re: Efficient Editing With vim
#58Warning: learning Vim makes you look for Vim like commands in any program you interact with using the keyboard. Everything else will be frustrating.
Have you tried vim like browsing? http://vimperator.org/trac/wiki/Vimperator For keyboard lovers.
Re: Efficient Editing With vim
#59Re: Efficient Editing With vim
#60Earlier quoted context omitted.
I am still waiting for Vim FPS style (WSAD navigation keys, sniper scopes to skip words and all... sure it might need 3d graphics but hey, its the price you pay).
I, however, am waiting for an FPS, vim-style!
True story.