diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2014-05-28 23:47:46 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2014-05-28 23:47:46 +0200 |
commit | 2f53dd4e7ba510d9d3107764451910b670471baf (patch) | |
tree | 04f6afcdf392df13e8002004a902287defc96967 /.vimrc | |
parent | Revert "Fix command definition" (diff) | |
download | vim_sync-2f53dd4e7ba510d9d3107764451910b670471baf.tar.xz |
Fix command definition
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -145,8 +145,8 @@ 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 +map k gk +map j gj "esc boost inoremap kj <ESC> |