summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>