[neovim] fix resize keymaps

This commit is contained in:
seajee
2025-09-05 16:00:57 +02:00
parent 6effb10d9c
commit bb1ce7da78

View File

@@ -101,7 +101,7 @@ map("t", "<M-l>", "<cmd>wincmd l<CR>")
map("n", "<M-Up>", "<cmd>resize -2<CR>")
map("n", "<M-Down>", "<cmd>resize +2<CR>")
map("n", "<M-Left>", "<cmd>vertical resize -2<CR>")
map("n", "<M-Right>", "<cmd>resize +2<CR>")
map("n", "<M-Right>", "<cmd>vertical resize +2<CR>")
-- Listchars
local listchars = {