Made NERDTree and TagExplorer keybinds silent

This commit is contained in:
Dreaded_X 2015-02-10 18:25:07 +01:00
parent d2b51bd50d
commit 57cef9b152

4
vimrc
View File

@ -31,8 +31,8 @@ nnoremap <silent> <M-k> :TmuxNavigateUp<cr>
nnoremap <silent> <M-l> :TmuxNavigateRight<cr>
nnoremap <silent> <F12> :noh<cr>
nnoremap <F4> :buffers<cr>:buffer<space>
map <F2> :NERDTreeToggle<cr>
map <F3> :TagbarToggle<cr>
map <silent> <F2> :NERDTreeToggle<cr>
map <silent> <F3> :TagbarToggle<cr>
" map <F5> :!./%<cr>
if !empty(glob("./build.gradle"))