aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/tagbar.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after/plugin/tagbar.vim')
-rw-r--r--.vim/after/plugin/tagbar.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vim/after/plugin/tagbar.vim b/.vim/after/plugin/tagbar.vim
new file mode 100644
index 0000000..6ed56d8
--- /dev/null
+++ b/.vim/after/plugin/tagbar.vim
@@ -0,0 +1,4 @@
+let g:tagbar_autoclose = 1
+let g:tagbar_autofocus = 1
+
+nnoremap <Leader><space>s :TagbarToggle<CR>