Ver código fonte

Add some arbitrary vim bindings for common devel commands

Alois Mahdal 10 meses atrás
pai
commit
91a440fd5f
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      dotfiles/vim/vimrc

+ 3
- 0
dotfiles/vim/vimrc Ver arquivo

@@ -85,6 +85,9 @@ nnoremap ,m :previous<CR>
85 85
 nnoremap ,. :next<CR>
86 86
 nnoremap ,l :ls<CR>
87 87
 nnoremap ,w :set wrap!<CR>
88
+nnoremap ,s :w <bar> !git slurp<CR>
89
+nnoremap ,v :w <bar> !make vdk_test<CR>
90
+nnoremap ,t :w <bar> !make test<CR>
88 91
 
89 92
 if has("autocmd")
90 93
   filetype plugin indent on