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