aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Braendli <matthias.braendli@u-blox.com>2014-01-13 08:42:12 +0100
committerMatthias Braendli <matthias.braendli@u-blox.com>2014-01-13 08:42:12 +0100
commitaf7c850425aa0f97e644301840fe53c7f49e2dc6 (patch)
treee515782e3f83a404d02c812985e9a4090c82d87e
parent111ae2a479db9bfa02cb09df80f86d4bc6901362 (diff)
downloadvimrc-af7c850425aa0f97e644301840fe53c7f49e2dc6.tar.gz
vimrc-af7c850425aa0f97e644301840fe53c7f49e2dc6.tar.bz2
vimrc-af7c850425aa0f97e644301840fe53c7f49e2dc6.zip
ctrl-p search tags with <Leader>t
-rw-r--r--dotvimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotvimrc b/dotvimrc
index 45bc5c7..094d91c 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -57,6 +57,10 @@ let g:gitgutter_eager = 0 " only update on read/write
NeoBundle 'kien/ctrlp.vim' "amazing search with ctrl p
NeoBundle 'JazzCore/ctrlp-cmatcher'
+" Also search tags
+let g:ctrlp_extensions = ['tag']
+noremap <Leader>t :CtrlPTag<CR>
+
NeoBundle 'https://bitbucket.org/abudden/taghighlight'
NeoBundle 'git-time-lapse'
NeoBundle 'textobj-user'