[vim] remove dangling mapping (tagbar plugin)
This commit is contained in:
parent
d21989d8f4
commit
27eefff26d
1 changed files with 0 additions and 3 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue