In .vimrc:
inoremap jj <Esc>
Given a file containing:
foo
bar
With the cursor at f in normal mode, hit AEsc. Cursor is now at o.
With the cursor at f in normal mode, hit Ajj. Cursor is now down a line at b.
- Why?
- How can I prevent this behaviour (ie make jj work identically to Esc)?
.vimrcfile – Explosion Pills Jan 31 at 1:21:%s/\s\+$//. Alsohighlight Badspace ctermfg=red ctermbg=red <newline-here> match Badspace /\s\+$/– Explosion Pills Jan 31 at 2:39