mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-05 08:58: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 'gmarik/vundle'
|
||||||
Bundle 'The-NERD-tree'
|
Bundle 'The-NERD-tree'
|
||||||
|
Bundle 'majutsushi/tagbar'
|
||||||
Bundle 'Lokaltog/vim-powerline'
|
Bundle 'Lokaltog/vim-powerline'
|
||||||
Bundle 'tpope/vim-commentary'
|
Bundle 'tpope/vim-commentary'
|
||||||
Bundle 'tpope/vim-repeat'
|
Bundle 'tpope/vim-repeat'
|
||||||
@@ -100,6 +101,9 @@ Bundle 'Nibble'
|
|||||||
" NERDTree
|
" NERDTree
|
||||||
map <F2> :NERDTreeToggle<CR>
|
map <F2> :NERDTreeToggle<CR>
|
||||||
|
|
||||||
|
" Tagbar
|
||||||
|
map <F3> :TagbarToggle<CR>
|
||||||
|
|
||||||
" SimpleCompile
|
" SimpleCompile
|
||||||
nmap <F8> :SCCompile<cr>
|
nmap <F8> :SCCompile<cr>
|
||||||
nmap <F9> :SCCompileRun<cr>
|
nmap <F9> :SCCompileRun<cr>
|
||||||
|
|||||||
Reference in New Issue
Block a user