summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc10
1 files changed, 8 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 6e1ba92..87356e8 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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>