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 451965535daabe901258d3110e280679e5a8c78c
parent bace5f71f8496cbf58aa7eebf3eafc7c4df2ba76
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 10 Dec 2014 21:45:16 +0100

update ctrlp-buffer explorer bind to <leader>p

Diffstat:
M.vimrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -270,7 +270,7 @@ nmap <Leader>q :q<CR> nmap <Leader>x :x<CR> " Explore buffers -nmap <leader>B :BufExplorer<CR> +nmap <leader>P :BufExplorer<CR> " toggle spelling nmap <leader>s :set spell!<CR> @@ -353,7 +353,7 @@ nmap <leader>c :!ctags -R --python-kinds=-i --langmap=c++:.cu,c++:.cuh .<CR> " Press <Ctrl-t> to go back " Use the Ctrl-P plugin to search the tags nmap <leader>t :CtrlPTag<CR> -nmap <leader>b :CtrlPBuffer<CR> +nmap <leader>p :CtrlPBuffer<CR> nmap <leader>o :CtrlPMRUFiles<CR> " Launch Ack