>> I have an idea which I think will make Vim much faster and easier to >> use. I find that over 4 lines or so, it becomes difficult to quickly >> count the number of lines I want to delete/yank/shift or whatever, >> and >> so I usually revert to using linewise Visual mode to select the >> lines I >> want to perform the operation on. Obviously it's much faster to (for >> example) press 23d than to press V followed by down 23 times and >> finally >> d to delete,
> etc. Then instead of visually selecting the lines upon which you > want to > operate, you can use an ex-command with a range, such as > > :2435,2457d Most of the time it's even faster to use v/ (and perhaps 'n' a few times) to jump to the line where you want to go in my experience. Nico --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
