Re: Using Vim's :help feature to find keyboard shortcuts

2011-11-23 Thread Oleg Parashchenko
Hello Dotan, On Tue, 22 Nov 2011 20:41:33 +0200 Dotan Cohen dotanco...@gmail.com wrote: ... and adding them to Anki [1]! Some time ago I've got the help index-page converted to the csv format, but still have not created Anki decks from it. If you was, here is the public domain files:

Re: Using Vim's :help feature to find keyboard shortcuts

2011-11-23 Thread Ben Fritz
On Nov 22, 12:38 pm, Dotan Cohen dotanco...@gmail.com wrote: Often I will end a line of code with the cursor in the middle of the line, due to closing all parenthesis as I open them, described here:http://dotancohen.com/howto/write_code.html You might be interested in:

Using Vim's :help feature to find keyboard shortcuts

2011-11-22 Thread Dotan Cohen
I am trying to find a keyboard shortcut in VIM for inserting a new line below the cursor and moving to it, from Insert mode. Basically this would be ESCo so it would be easy to map, but I suspect that this handy shortcut must already exist (it does exist in IDEs such as Eclipse and Visual Studio).

Re: Using Vim's :help feature to find keyboard shortcuts

2011-11-22 Thread Albin Olsson
On Tue, Nov 22, 2011 at 6:20 PM, Dotan Cohen dotanco...@gmail.com wrote: I am trying to find a keyboard shortcut in VIM for inserting a new line below the cursor and moving to it, from Insert mode. Basically this would be ESCo so it would be easy to map, but I suspect that this handy shortcut

Re: Using Vim's :help feature to find keyboard shortcuts

2011-11-22 Thread Gary Johnson
On 2011-11-22, Dotan Cohen wrote: I am trying to find a keyboard shortcut in VIM for inserting a new line below the cursor and moving to it, from Insert mode. Basically this would be ESCo so it would be easy to map, but I suspect that this handy shortcut must already exist (it does exist in

Re: Using Vim's :help feature to find keyboard shortcuts

2011-11-22 Thread Dotan Cohen
On Tue, Nov 22, 2011 at 19:43, Albin Olsson albin.ols...@gmail.com wrote: To find out what something does in insert mode, prepend it with i_ ie: :help i_CTRL-O I see, thanks! (On another note, it sounds like you are spending too much time in insert mode, remember: insert mode is just for

Re: Using Vim's :help feature to find keyboard shortcuts

2011-11-22 Thread Tim Chase
On 11/22/11 12:38, Dotan Cohen wrote: On Tue, Nov 22, 2011 at 19:43, Albin Olssonalbin.ols...@gmail.com wrote: (On another note, it sounds like you are spending too much time in insert mode, remember: insert mode is just for entering text, and when you are done pressesc. The vim-way of doing

Re: Using Vim's :help feature to find keyboard shortcuts

2011-11-22 Thread Dotan Cohen
On Tue, Nov 22, 2011 at 21:03, Tim Chase v...@tim.thechases.com wrote: My job is to spend time in insert mode :) Only if all you ever do is insert text :) While I can only speak for myself, I spend a small fraction of my time actually inserting/changing text.  The remainder of the time is