dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

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:
M.vimrc | 2++
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>