diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2014-05-28 09:58:02 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2014-05-28 09:58:02 +0200 |
commit | 9c6e2866428e89f26b79afef410397346b7a2b80 (patch) | |
tree | 29a9a0355e796edbc81adafac8b0ed673a864699 | |
parent | Use <cr> entity instead of keystroke <Enter> in vimrc (diff) | |
download | vim_sync-9c6e2866428e89f26b79afef410397346b7a2b80.tar.xz |
Navigate up and down in long lines (gj and gk instead of j and k)
-rw-r--r-- | .vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -127,6 +127,10 @@ map <S-Space> :bp<cr> map <F12> :set textwidth=80<cr> map <S-F12> :set textwidth=0<cr> +"navigate up and down in long lines splitted by :set wrap +:map k gk +:map j gj + "esc boost inoremap kj <ESC> inoremap KJ <ESC> |