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 723c5e77f03357951a544771ec5d7bc6cfb56d82
parent 3a3843946c862d9d93436e4ee2dfbfcac3a833b1
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon, 15 Jun 2015 21:20:29 +0200

jump to previous buffer with <leader><tab>

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

diff --git a/.vimrc b/.vimrc @@ -294,6 +294,9 @@ nmap <Leader>q :q<CR> " Save and quit nmap <Leader>x :x<CR> +" Jump to previous buffer +nmap <leader><tab> <C-^> + " Explore buffers nmap <leader>P :BufExplorer<CR>