diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-04-09 09:16:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-04-09 09:16:25 -0300 |
commit | 82e98d6a6380ab269d626795fca74b7df997c865 (patch) | |
tree | 33e32d4848f3cdffb4c502cd1c5c99fc383c4581 | |
parent | 03ecd19878999cec293319963b5724379ca9cf98 (diff) | |
download | vim-82e98d6a6380ab269d626795fca74b7df997c865.tar.gz vim-82e98d6a6380ab269d626795fca74b7df997c865.tar.bz2 |
Fix: keys: Wipeout before quit
-rw-r--r-- | vimrc.dot.link | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ESC>w <ESC>:w<CR> "inoremap <C-w> <ESC>:w<CR> " Write, quit and close shortcuts -noremap q :wqa <CR> +noremap q :Wipeout<CR>:wqa <CR> "noremap f :wq <CR> "noremap t :tabclose <CR> "noremap m :q! <CR> |