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",