mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
update 'tagbar' & 'nerdtree' key mappings
This commit is contained in:
parent
062cdae201
commit
53bd642a4f
@ -28,10 +28,10 @@ map <C-t><C-w> :tabclose<CR>
|
||||
" show all open tabs
|
||||
map <C-t><C-a> :tabs<CR>
|
||||
|
||||
" toggle NerdTree
|
||||
map <F7> :NERDTreeToggle<CR>
|
||||
" toggle TagBar
|
||||
nmap <F8> :TagbarToggle<CR>
|
||||
nmap <F11> :TagbarToggle<CR>
|
||||
" toggle NerdTree
|
||||
map <F12> :NERDTreeToggle<CR>
|
||||
|
||||
set expandtab
|
||||
set shiftwidth=2
|
||||
|
@ -172,6 +172,6 @@ let g:session_autoload="no"
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => Tagbar
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
nmap <F8> :TagbarToggle<CR>
|
||||
nmap <leader>tt :TagbarToggle<CR>
|
||||
let g:tagbar_left=1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user