summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2019-05-28 21:27:59 -0500
committerDanny Holman <dholman@gymli.org>2019-05-28 21:30:55 -0500
commit741b7f0577025fde1c9b1d44dec57dbb3d7ee1a1 (patch)
tree377e8b301c94ce6f5547e230656d51ba3ffbf2fd /.vimrc
parent27d4af82e595b1fc297b3112e4767ea411c6e090 (diff)
Added Tagbar plugin support to Vim
Added support for Tagbar, a Vim-plugin that uses ctags to give a bird's eye view of the project from a file.
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index a89318f..2f0d262 100644
--- a/.vimrc
+++ b/.vimrc
@@ -101,6 +101,7 @@ nnoremap <C-J> <C-W><C-J>
nnoremap <C-K> <C-W><C-K>
nnoremap <C-L> <C-W><C-L>
nnoremap <C-H> <C-W><C-H>
+nnoremap <silent> <Leader>b :TagbarToggle<CR>
nmap <Leader>s :source ~/.vimrc
nmap <Leader>v :e ~/.vimrc
nnoremap <silent> <Leader>a :LinuxCodingStyle<cr>