Skip to content

Commit

Permalink
up/down moves by wrapped lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorntrondsen committed Feb 20, 2013
1 parent f39a8d3 commit 1903dd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ noremap Ø <S-right>
noremap L <nop>
noremap K <nop>
noremap J <S-left>
" Make up/down move by wrapped lines
noremap k gj
noremap l gk
" exist insert mode
inoremap jj <ESC>
Expand Down

0 comments on commit 1903dd2

Please sign in to comment.