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 c800f8d93748dd8f6ff2d1c2b4dbc70421f89ba1
parent 97e6d0a269b1941493743e7eccb5e3e3bca07f52
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon,  5 Jan 2015 10:14:39 +0100

switch leader-p commands

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>P :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>p :CtrlPBuffer<CR> +nmap <leader>P :CtrlPBuffer<CR> nmap <leader>o :CtrlPMRUFiles<CR> " Launch Ack