From 4c161d9d873c09c13231ad85c00b2db5d84c5293 Mon Sep 17 00:00:00 2001 From: zeekling Date: Wed, 26 Jun 2024 00:14:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BF=AB=E6=8D=B7=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/help.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plugins/help.lua b/lua/plugins/help.lua index a0ad042..f3f5cb1 100644 --- a/lua/plugins/help.lua +++ b/lua/plugins/help.lua @@ -13,7 +13,8 @@ return { name = "Buffer", p = { "BufferLineCyclePrev", "Go to pre buffer" }, n = { "BufferLineCycleNext", "Go to next buffer" }, - d = { "bd", "delete current buffer" }, + d = { "BufferLinePickClose", "Delete selected buffer" }, + t = { "BufferLinePick", "Jump to the specified buffer" }, }, c = { name = "Code",