summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2020-04-17 23:44:22 -0500
committerDanny Holman <dholman@gymli.org>2020-04-17 23:44:22 -0500
commit596de9befbc4db2438421d21037a38c0236b5139 (patch)
tree84783c3b1caffdddc7c9f0699cf53d4699a63dec /.vimrc
parent7fdff57d86cafd6b7c32bf80d46322428746264a (diff)
General updates
Update everything in this folder to be current with my setup.
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index c7c4d92..5afbba3 100644
--- a/.vimrc
+++ b/.vimrc
@@ -108,6 +108,7 @@ nnoremap <C-L> <C-W><C-L>
nnoremap <C-H> <C-W><C-H>
nnoremap <silent> <Leader>b :TagbarToggle<CR>
nnoremap <silent> <Leader>n :NERDTreeToggle<CR>
+nnoremap <silent> <Leader>c :silent !ctags -R .<CR><C-L>
nnoremap <silent> <Leader>t :tag
nnoremap qq :quit<CR>
let mapleader = " "