1
0
mirror of https://github.com/gryf/.vim.git synced 2026-02-19 17:45:47 +01:00

Added tagbar plugin (and wapped it to <leader>t), updated gundo and lucius

This commit is contained in:
2011-03-12 18:08:24 +01:00
parent efc54ca267
commit 7f00fc222e
10 changed files with 2688 additions and 175 deletions

6
.vimrc
View File

@@ -148,6 +148,9 @@ let g:pydiction_location = '/home/gryf/.vim/after/ftplugin/pytdiction/complete-d
"TagListToo {{{2
let g:VerticalToolWindowSide = 'right'
"}}}
"Tagbar {{{2
let g:tagbar_autoclose = 1
"}}}
"{{{ Pydoc
let g:pydoc_cmd = "/usr/bin/pydoc"
"}}}
@@ -193,7 +196,8 @@ map <Leader>wp <Plug>VimwikiPrevWord
map ]b :call OpenInFirefox()<cr>
"make displaying tags easy
nmap <Leader>t :TlistToo<CR>
"nmap <Leader>t :TlistToo<CR>
nmap <Leader>t :TagbarToggle<CR>
"eclim Buffer shortcut
map <Leader>b :Buffers<CR>