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 4a8e1d6f908769f05b4ca25116c950142fabccf6
parent e5e5f0b4b8ed96d2d86b79fe793d7248a43915f4
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri, 23 Jan 2015 09:40:26 +0100

swap ctrlp and buffer explorer

Diffstat:
M.vimrc | 7+++++--
1 file changed, 5 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> @@ -297,6 +297,9 @@ nmap <leader>T :e ~/doc/todo.org<CR> nmap <leader>B :e ~/articles/own/BIBnew.bib<CR> nmap <leader>A :e ~/articles/articles.rst<CR> +" insert date and time +nmap <leader>D :read !date<CR> + " job execution nmap <leader>m :Make<CR> nmap <leader>E :VimProcRead @@ -355,7 +358,7 @@ nmap <leader>c :Start 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