use better keybinds for spawning terms

This commit is contained in:
siduck 2022-04-10 15:42:46 +05:30
parent cbc813388d
commit 3585ae3dfd
1 changed files with 2 additions and 2 deletions

View File

@ -216,8 +216,8 @@ M.mappings = {
new_float = "<A-i>", new_float = "<A-i>",
-- spawn new terminals -- spawn new terminals
spawn_horizontal = "<leader>H", spawn_horizontal = "<A-h>",
spawn_vertical = "<leader>V", spawn_vertical = "<A-v>",
spawn_window = "<leader>w", spawn_window = "<leader>w",
}, },
} }