diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2014-05-28 23:18:06 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2014-05-28 23:18:06 +0200 |
commit | b20017e08fa28d899b2f540c16285a8730972515 (patch) | |
tree | f35849b1d3b71c477c68ce8c26b61dd5f1f96153 /.vimrc | |
parent | Fix command description (diff) | |
download | vim_sync-b20017e08fa28d899b2f540c16285a8730972515.tar.xz |
Fix command definition
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -139,9 +139,15 @@ 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> |