[vim] remove dangling mapping (tagbar plugin)

This commit is contained in:
Fernando Schauenburg 2018-04-15 11:09:32 +02:00
parent d21989d8f4
commit 27eefff26d

View file

@ -146,9 +146,6 @@ set nocompatible
nnoremap <leader>bg nnoremap <leader>bg
\ :let &background = &background ==# 'light' ? 'dark' : 'light'<cr> \ :let &background = &background ==# 'light' ? 'dark' : 'light'<cr>
" toggle tagbar
nnoremap <leader>g :TagbarToggle<cr>
" turn off search highlight " turn off search highlight
nnoremap <leader>h :nohlsearch<cr> nnoremap <leader>h :nohlsearch<cr>