Update top-bufferline.lua
This commit is contained in:
parent
24a9c1b98a
commit
8d17b34fbe
|
@ -73,5 +73,5 @@ map("n", "<S-t>", [[<Cmd>tabnew<CR>]], opt)
|
|||
map("n", "<S-x>", [[<Cmd>bdelete<CR>]], opt)
|
||||
|
||||
-- tabnew and tabprev
|
||||
map("n", "<S-l>", [[<Cmd>BufferLineCycleNext<CR>]], opt)
|
||||
map("n", "<S-p>", [[<Cmd>BufferLineCyclePrev<CR>]], opt)
|
||||
map("n", "<S-,>", [[<Cmd>BufferLineCycleNext<CR>]], opt)
|
||||
map("n", "<S-.>", [[<Cmd>BufferLineCyclePrev<CR>]], opt)
|
||||
|
|
Loading…
Reference in New Issue