summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <r.oburka@gmail.com> 2014-05-28 23:44:13 +0200
committerGravatar Robin Obůrka <r.oburka@gmail.com> 2014-05-28 23:44:13 +0200
commit44cfeea9911ddefafad3c4d75529eb9d6fa686ce (patch)
tree38e755d20eab1d9f70984503c6f18648362b152e
parentAdd leader and use it in "reselect pasted text" operation (diff)
downloadvim_sync-44cfeea9911ddefafad3c4d75529eb9d6fa686ce.tar.xz
Revert "Fix command definition"
This commit contains more lines than was intended This reverts commit e781acc8502eb1673f9c742bfa1311ef774c26ad.
-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>