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 42331868938579f0f35a1817321f8dc9adb9f048
parent db9bbe16e55f910089c7a9bcdbd6e5e571adbfb3
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 24 Feb 2016 16:24:58 -0800

add binding to close buffer

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

diff --git a/.vimrc b/.vimrc @@ -332,6 +332,9 @@ nmap <Leader>fs :w<CR> " Quit nmap <Leader>q :q<CR> +" Close buffer +nmap <leader>Q :bd<CR> + " Save and quit nmap <Leader>x :x<CR>