This commit is contained in:
RingOfStorms (Joshua Bell) 2024-02-20 20:37:34 -06:00
parent d13a904c3f
commit 4413cd4960
4 changed files with 6 additions and 6 deletions

View file

@ -63,10 +63,10 @@ require("util").keymaps({
desc = "Equalize/resize screens evenly",
mode = nvx,
},
{ "<C-h>", "<C-w>h", desc = "Move window left current", mode = nvx },
{ "<C-j>", "<C-w>j", desc = "Move window below current", mode = nvx },
{ "<C-k>", "<C-w>k", desc = "Move window above current", mode = nvx },
{ "<C-l>", "<C-w>l", desc = "Move window right current", mode = nvx },
{ "<C-h>", "<C-W>h", desc = "Move window left current", mode = nvx },
{ "<C-j>", "<C-W>j", desc = "Move window below current", mode = nvx },
{ "<C-k>", "<C-W>k", desc = "Move window above current", mode = nvx },
{ "<C-l>", "<C-W>l", desc = "Move window right current", mode = nvx },
{ "B", "<cmd>b#<cr>", desc = "Switch to last buffer", mode = nvx },
{
"<leader>l<leader>",