From ca4d0cf24a1ff1576c203ded0df0bc3ccf0293f1 Mon Sep 17 00:00:00 2001 From: captain Date: Thu, 2 Oct 2025 21:37:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=BB=9A=E5=8A=A8=E5=8D=8A?= =?UTF-8?q?=E9=A1=B5=E7=9A=84=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/core/keymap.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/core/keymap.lua b/lua/core/keymap.lua index 5dc030d..f5e83bc 100644 --- a/lua/core/keymap.lua +++ b/lua/core/keymap.lua @@ -71,11 +71,13 @@ mapkey("", "u", "k") mapkey("", "e", "j") mapkey("", "i", "l") --- faster navigation +-- 更快的导航 mapkey("", "U", "5k") mapkey("", "E", "5j") mapkey("", "N", "0") mapkey("", "I", "$") +-- 向下滚动半页,默认向上滚动半页 +mapkey("n","","") -- 更快的行导航 mapkey("", "W", "5W")