Raúl Núñez de Arenas Coronado wrote:
> Saluton Ben :)
>
> On Tue 19 May 2009 12:30 +0200, Ben Fritz <f...@gmail.com> dixit:
>   
>> On May 19, 4:35 am, Raúl Núñez de Arenas Coronado <raul...@gmail.com>
>> wrote:
>>     
>>> I was wondering if a version of "o/O" exists that instead of adding a
>>> new line below/above the current one and going into insert mode just
>>> breaks the current line and goes into insert mode.
>>>       
>> I don't think there is. i<CR> isn't all that many keystrokes, though
>> :-).
>>     
>
> The problem is not the number of keystrokes, but the fact that when I
> want to break a line I hit Enter without thinking[...]
One option would be to take advantage of your habit of hitting Enter:

:nnoremap <Enter> i<CR>

Just a thought...

Michael Henry


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

Reply via email to