diff options
Diffstat (limited to 'lua/user/bufferline.lua')
| -rw-r--r-- | lua/user/bufferline.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
