From 91115c664e0a9f6ecac2f8ba9a3e4c73c0268dac Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 17 Sep 2024 17:43:04 -0400 Subject: [PATCH] fix typo in command --- nvim/lua/plugins/barbar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugins/barbar.lua b/nvim/lua/plugins/barbar.lua index a68db5f..81631c6 100644 --- a/nvim/lua/plugins/barbar.lua +++ b/nvim/lua/plugins/barbar.lua @@ -48,7 +48,7 @@ return { map('n', 'bd', 'BufferClose', 'Buffer: Close Current Buffer') map('n', 'bc', 'BufferCloseAllButCurrentOrPinned', 'Buffer: Close Other Buffers') - map('n', 'ba', 'BufferCloseAllBunPinned', 'Buffer: Close All Buffers') + map('n', 'ba', 'BufferCloseAllButPinned', 'Buffer: Close All Buffers') end, }, }