From f3b8664def74722d706be9b671a0f8c256646e6b Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 9 Sep 2024 19:03:18 -0400 Subject: [PATCH] fix typo in command name --- lua/plugins/barbar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/barbar.lua b/lua/plugins/barbar.lua index be8216e..a68db5f 100644 --- a/lua/plugins/barbar.lua +++ b/lua/plugins/barbar.lua @@ -47,7 +47,7 @@ return { map('n', '', 'BufferClose', 'Close Current Buffer') map('n', 'bd', 'BufferClose', 'Buffer: Close Current Buffer') - map('n', 'bc', 'BufferCloseAllButCurrentOrPined', 'Buffer: Close Other Buffers') + map('n', 'bc', 'BufferCloseAllButCurrentOrPinned', 'Buffer: Close Other Buffers') map('n', 'ba', 'BufferCloseAllBunPinned', 'Buffer: Close All Buffers') end, },