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 726042d59a03740d949c6b10dd615a6a82b281df
parent 674c2bc55f0e46d8582ff783d2d5f9bc9729c8e0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 17 Jul 2018 14:58:03 -0400

Change spc-Q to quit all instead of close buffer

Diffstat:
Mlinks/.vim/plugin/keybinds.vim | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/links/.vim/plugin/keybinds.vim b/links/.vim/plugin/keybinds.vim @@ -21,8 +21,8 @@ nnoremap <Leader>W :w !sudo tee > /dev/null %<CR>:e!<CR> " Quit nnoremap <Leader>q :q<CR> -" Close buffer -nnoremap <leader>Q :bd<CR> +" Quit all +nnoremap <leader>Q :qa<CR> " Save and quit nnoremap <Leader>x :x<CR>