From c0a7336decdd92f6e359d69870cefc72f9b0f594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E4=BC=9F=E5=8A=9B?= Date: Sat, 16 May 2020 22:48:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BF=AB=E6=8D=B7=E6=8E=A8?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vimrcs/basic.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 4b3173ca..0193b991 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -47,6 +47,8 @@ let mapleader = "," " Fast saving nmap w :w! +nmap qq :q! +nmap qa :qa! " :W sudo saves the file " (useful for handling the permission-denied error)