From 82e98d6a6380ab269d626795fca74b7df997c865 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 9 Apr 2023 09:16:25 -0300 Subject: Fix: keys: Wipeout before quit --- vimrc.dot.link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc.dot.link b/vimrc.dot.link index f355a76..e4398d2 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -247,7 +247,7 @@ inoremap w :w "inoremap :w " Write, quit and close shortcuts -noremap q :wqa +noremap q :Wipeout:wqa "noremap f :wq "noremap t :tabclose "noremap m :q! -- cgit v1.2.3