feat: moving Buffers

This commit is contained in:
Muhammad Nauman Raza 2024-03-23 15:20:37 +00:00
parent 889885ad63
commit 0b78df93e9
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -15,8 +15,10 @@ wk.register({
t = {
name = "tabs",
n = { "<cmd>tabnew<cr>", "New Tab" },
j = { "<cmd>BufferPrevious<cr>", "Previous Tab" },
k = { "<cmd>BufferNext<cr>", "Next Tab" },
j = { "<cmd>BufferPrevious<cr>", "Previous" },
k = { "<cmd>BufferNext<cr>", "Next" },
h = { "<cmd>BufferMovePrevious<cr>", "Move Previous" },
l = { "<cmd>BufferMoveNext<cr>", "Move Next" },
},
g = {
name = "git",