aboutsummaryrefslogtreecommitdiff
path: root/.vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vim/vimrc')
-rw-r--r--.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index 2a6b2ff..ae8ebc9 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -134,7 +134,7 @@ nmap <leader>set :set tabstop=2 softtabstop=0 shiftwidth=2 smarttab noexpandtab<
" Close buffer and window
nmap <leader>qq :bd<cr>
-nmap <leader>qa :silent! %bd!\|e#<cr>
+nmap <leader>qa :silent! %bd!\|e#\|bd#<cr>
nmap <leader>qw <C-w>c<cr>
" Re-indent entire file