unify splits with neovim
This commit is contained in:
parent
2a63eb381c
commit
24636c5081
1 changed files with 2 additions and 2 deletions
|
@ -124,13 +124,13 @@ config.keys = {
|
|||
--
|
||||
|
||||
{ -- Split pane vertically
|
||||
key = "v",
|
||||
key = "s",
|
||||
mods = "LEADER",
|
||||
action = wezterm.action.SplitVertical({ domain = "CurrentPaneDomain" }),
|
||||
},
|
||||
|
||||
{ -- Split pane horizontally
|
||||
key = "s",
|
||||
key = "v",
|
||||
mods = "LEADER",
|
||||
action = wezterm.action.SplitHorizontal({ domain = "CurrentPaneDomain" }),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue