diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2014-05-28 23:44:13 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2014-05-28 23:44:13 +0200 |
commit | 44cfeea9911ddefafad3c4d75529eb9d6fa686ce (patch) | |
tree | 38e755d20eab1d9f70984503c6f18648362b152e /.vimrc | |
parent | Add leader and use it in "reselect pasted text" operation (diff) | |
download | vim_sync-44cfeea9911ddefafad3c4d75529eb9d6fa686ce.tar.xz |
Revert "Fix command definition"
This commit contains more lines than was intended
This reverts commit e781acc8502eb1673f9c742bfa1311ef774c26ad.
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -144,15 +144,9 @@ imap <Home> <esc>I map <F12> :set textwidth=80<cr> map <S-F12> :set textwidth=0<cr> -"development -map <F9> :w<cr>:make<cr><cr>:cl<cr> -map <F10> :cl<cr> -inoremap <C-Space> <C-X><C-O> -map <C-F12> :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .<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> |