aboutsummaryrefslogtreecommitdiff
path: root/lua/user/bufferline.lua
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksa@vuckovic.cc>2023-02-25 01:49:02 +0100
committerAleksa Vuckovic <aleksa@vuckovic.cc>2023-02-25 01:49:02 +0100
commite37e216a65a8b0df58dce366f50a4d8b896cde0b (patch)
tree258e141859e8b88276fc3553d307cc41f69e6550 /lua/user/bufferline.lua
parent336b2de4b36ad9eafdef6c5e882bc08a66d7c959 (diff)
few small fixes
Diffstat (limited to 'lua/user/bufferline.lua')
-rw-r--r--lua/user/bufferline.lua4
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,