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