< Browse > Home /

| RSS

   

Vi/Vim tips – Delete Lines

1.) Delete present line Goto the line you want to start delete, press Esc dd # Will delete present line 2.) Delete from line 1 to end of line. :1,$ del # Delete from line 1 to EOL 3.) Delete from present line to end of line. :.,$ del # Delete from present line to [...]

[ More ] July 1st, 2009 | No Comments | Posted in Linux |