Greg Matheson wrote:
On Tue, 20 Mar 2007, Yakov Lerner wrote:
On 3/19/07, fREW <[EMAIL PROTECTED]> wrote:
one issue that both of us have is that we create newlines with o or O
and then go back to normal mode immediately afterwards.
I have this mapping
noremap <Enter> i<cr><esc>
in my vimrc, so I *do* do it with one keystroke
(the Enter in normal mode).
That's an idea!
I use <CR> a lot in normal mode to move down a line, but I could
map the other key which does the same thing, '+'. It is also
easy to remember, as meaning, add a line.
I also use <Enter> to move down a line. How about?
:map <C-CR> o<esc>
:map <C-S-CR> O<esc>
--
Just my 0.00000002 million dollars worth,
Shawn
"For the things we have to learn before we can do them, we learn by
doing them."
Aristotle