Update top-bufferline.lua

navigator
mTvare 3 years ago committed by GitHub
parent 24a9c1b98a
commit 8d17b34fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save