summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-05-13 13:10:59 -0500
committerJesse Luehrs <doy@tozt.net>2009-05-13 13:10:59 -0500
commite9567d2a8260e4a2e08d0c28d53c93ce8033b1f1 (patch)
tree134ed02c41845ff00d53e42b6934a20a4406d3c8 /vimrc
parentaf1dce6c933c18e3ac7bf770191c64aa09234e11 (diff)
downloadconf-e9567d2a8260e4a2e08d0c28d53c93ce8033b1f1.tar.gz
conf-e9567d2a8260e4a2e08d0c28d53c93ce8033b1f1.zip
add a vim macro for "make tags"
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 4e57a08..eac09ae 100644
--- a/vimrc
+++ b/vimrc
@@ -403,6 +403,7 @@ inoremap <silent> <C-a> <ESC>u:set paste<CR>.:set nopaste<CR>gi
" }}}
" Ctags {{{
nmap <Leader>t :silent !ctags -a %<CR><C-L>
+nmap <Leader>T :silent !make tags<CR><C-L>
nmap <CR> <C-]>
nmap <BS> <C-T>
" }}}