From 31aa10fa343fa8bd1eb7e70e5a633ea83119b017 Mon Sep 17 00:00:00 2001 From: newbieQQ <1770362456@qq.com> Date: Fri, 12 May 2023 11:20:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E5=95=A5=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/core/keymap.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lua/core/keymap.lua b/lua/core/keymap.lua index 3c81c51..2556f48 100644 --- a/lua/core/keymap.lua +++ b/lua/core/keymap.lua @@ -33,6 +33,8 @@ G.map({ {'n', '', 'h', opt}, {'n', '', 'k', opt}, {'n', '', 'l', opt}, + + {'n', '', ':q', opt}, {'n', '', ':s', opt}, @@ -45,6 +47,7 @@ G.map({ {'n', '', ':res +5', opt}, {'n', '', ':vertical resize -5', opt}, {'n', '', ':vertical resize +5', opt}, + }) --EasyAlign @@ -61,5 +64,3 @@ G.map({ - -