Update mappings

This commit is contained in:
Saeed Afzal
2022-03-09 15:14:53 +00:00
parent 47df13c3c5
commit 2ffcd075e9
4 changed files with 1 additions and 54 deletions

View File

@@ -31,5 +31,5 @@ wk.register({
d = { "<cmd>Gitsigns diffthis<CR>", "Diff This" }
},
["<TAB>"] = { "<cmd>BufferLineCycleNext<CR>" }
["<TAB>"] = { "<cmd>BufferLineCycleNext<CR>", "Next Buffer" }
})