use better keybinds for spawning terms
This commit is contained in:
parent
cbc813388d
commit
3585ae3dfd
|
@ -216,8 +216,8 @@ M.mappings = {
|
|||
new_float = "<A-i>",
|
||||
|
||||
-- spawn new terminals
|
||||
spawn_horizontal = "<leader>H",
|
||||
spawn_vertical = "<leader>V",
|
||||
spawn_horizontal = "<A-h>",
|
||||
spawn_vertical = "<A-v>",
|
||||
spawn_window = "<leader>w",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue