commit 6fc3c4de6213823048b997a19e9bdad1e878738c
parent 88ab1f78c56bf241ac03f5f9c3ed87e347c9d67c
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 31 Mar 2014 13:10:08 +0200
Added ctrlP tags short cut
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.vimrc b/.vimrc
@@ -207,3 +207,5 @@ nmap <leader>t :!ctags -R --verbose --langmap=c++:.cu,c++:.cuh .<CR>
" :ts or :tselect Show the list of tags
" When the cursor is on a function call, press <Ctrl-[> to go to its definition.
" Press <Ctrl-t> to go back
+" Use the Ctrl-P plugin to search the tags
+nmap <leader>p :CtrlPTag<CR>