From 7002561618020766b5e3cd146ba73ab46e5b30fe Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 11 Apr 2022 11:22:43 +0300 Subject: [PATCH] Even faster quit from Vim --- vim/.vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index 2a97f5c..19c74fd 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -165,11 +165,13 @@ nmap ' yiwciw""" nmap h1 yypVr=o nmap sc 024i-a >8 24a- nmap :vertical wincmd ] -nmap ZZ :wall:mksession!:qall nmap [oc :copen nmap ]oc :cclose nnoremap +nmap ZQ :qall +nmap ZZ :wall:mksession!:qall + command! E Explore command! Ch cd %:p:h command! -bar -nargs=? -bang Tmp :silent vnew|setlocal buftype=nofile bufhidden=hide noswapfile buflisted filetype= modifiable -- 2.44.0