> Is there a quicker way to insert a blank line, than by doing 'o'->ESC

Not exactly, but vim makes it easy to map.  I personally don't 
use <cr> for its intended purpose, so I remap it to do precisely 
what you describe (along with "-" as the analogue):

   :nnoremap <cr> o<esc>
   :nnoremap - O<esc>

to put a blank line below/above the current line.

-tim





--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to