From af7c850425aa0f97e644301840fe53c7f49e2dc6 Mon Sep 17 00:00:00 2001 From: Matthias Braendli Date: Mon, 13 Jan 2014 08:42:12 +0100 Subject: ctrl-p search tags with t --- dotvimrc | 4 ++++ 1 file changed, 4 insertions(+) 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 t :CtrlPTag + NeoBundle 'https://bitbucket.org/abudden/taghighlight' NeoBundle 'git-time-lapse' NeoBundle 'textobj-user' -- cgit v1.2.3