On Feb 12, 9:48 pm, Anthony Fontanilla <[email protected]> wrote: > I know that to delete n lines, the command is dd[n]...
Er.. not really. [n]dd or d[n]d
..if I'm on line 65 and I want to delete up to line 126..
d126G
does exactly that, but ... you might find visual mode clearer, less
typo prone:
V126G
check the right lines are highlighted, then
d
Regards, John
--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
