This commit is contained in:
siduck 2022-05-12 19:27:11 +05:30
parent 0844431d37
commit 25305eca92
3 changed files with 5 additions and 12 deletions

View file

@ -52,7 +52,7 @@ M.bufferline = {
n = {
-- new buffer
["<TAB>n"] = { "<cmd> enew <CR>", "烙 new buffer" },
["<S-b>"] = { "<cmd> enew <CR>", "烙 new buffer" },
-- cycle through buffers
["<TAB>"] = { "<cmd> BufferLineCycleNext <CR>", " cycle next buffer" },