summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorBobby Bingham <koorogi@koorogi.info>2016-12-31 15:13:46 -0600
committerBobby Bingham <koorogi@koorogi.info>2016-12-31 15:13:46 -0600
commit3e60a072c28edee39b267905927964b662594d3e (patch)
tree343cf0712cf7523b54869a998d588e45b0aae639 /vim
parent1aceb719cc95aa4dd355457540f41e149fd3e64f (diff)
vim: add tagbar
Diffstat (limited to 'vim')
m---------vim/.vim/bundle/tagbar0
-rw-r--r--vim/.vimrc5
2 files changed, 4 insertions, 1 deletions
diff --git a/vim/.vim/bundle/tagbar b/vim/.vim/bundle/tagbar
new file mode 160000
+Subproject 51e6e3b66a43d4ea09ebe8b40004c7b54b4d586
diff --git a/vim/.vimrc b/vim/.vimrc
index e8d4e90..9b58a2e 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -59,4 +59,7 @@ set laststatus=2 " display status line even with no splits
let g:netrw_dirhistmax=0 " without this, it likes to create ~/.vim/.netrwhist
" nerdtree:
-nnoremap <F12> :NERDTreeToggle<cr>
+nnoremap <F9> :NERDTreeToggle<cr>
+
+" tagbar
+nnoremap <F12> :TagbarToggle<cr>