From e37e216a65a8b0df58dce366f50a4d8b896cde0b Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Sat, 25 Feb 2023 01:49:02 +0100 Subject: few small fixes --- lua/user/bufferline.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/user/bufferline.lua') diff --git a/lua/user/bufferline.lua b/lua/user/bufferline.lua index fb7431b..f013e0e 100644 --- a/lua/user/bufferline.lua +++ b/lua/user/bufferline.lua @@ -7,8 +7,8 @@ end bufferline.setup { options = { numbers = "none", -- | "ordinal" | "buffer_id" | "both" | function({ ordinal, id, lower, raise }): string, - close_command = "Bdelete! %d", -- can be a string | function, see "Mouse actions" - right_mouse_command = "Bdelete! %d", -- can be a string | function, see "Mouse actions" + close_command = "bdelete! %d", -- can be a string | function, see "Mouse actions" + right_mouse_command = "bdelete! %d", -- can be a string | function, see "Mouse actions" left_mouse_command = "buffer %d", -- can be a string | function, see "Mouse actions" middle_mouse_command = nil, -- can be a string | function, see "Mouse actions" -- NOTE: this plugin is designed with this icon in mind, -- cgit v1.2.3