mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-04 08:28:44 +00:00
Added Tagbar
This commit is contained in:
@@ -80,6 +80,7 @@ inoremap <C-S-t> <Esc>:tabnew<CR>
|
||||
|
||||
Bundle 'gmarik/vundle'
|
||||
Bundle 'The-NERD-tree'
|
||||
Bundle 'majutsushi/tagbar'
|
||||
Bundle 'Lokaltog/vim-powerline'
|
||||
Bundle 'tpope/vim-commentary'
|
||||
Bundle 'tpope/vim-repeat'
|
||||
@@ -100,6 +101,9 @@ Bundle 'Nibble'
|
||||
" NERDTree
|
||||
map <F2> :NERDTreeToggle<CR>
|
||||
|
||||
" Tagbar
|
||||
map <F3> :TagbarToggle<CR>
|
||||
|
||||
" SimpleCompile
|
||||
nmap <F8> :SCCompile<cr>
|
||||
nmap <F9> :SCCompileRun<cr>
|
||||
|
||||
Reference in New Issue
Block a user