fix: adjusted shortcuts for wezterm to fix conflict with 'screen' command
This commit is contained in:
parent
9b3f585146
commit
379b1b97ec
@ -27,13 +27,13 @@ config.keys = {
|
|||||||
},
|
},
|
||||||
-- Ctrl+s for split horizontal
|
-- Ctrl+s for split horizontal
|
||||||
{
|
{
|
||||||
key = 's',
|
key = 'h',
|
||||||
mods = 'CTRL',
|
mods = 'CTRL',
|
||||||
action = wezterm.action{SplitHorizontal={domain="CurrentPaneDomain"}}
|
action = wezterm.action{SplitHorizontal={domain="CurrentPaneDomain"}}
|
||||||
},
|
},
|
||||||
-- Ctrl+d for split vertical
|
-- Ctrl+d for split vertical
|
||||||
{
|
{
|
||||||
key = 'd',
|
key = 'v',
|
||||||
mods = 'CTRL',
|
mods = 'CTRL',
|
||||||
action = wezterm.action{SplitVertical={domain="CurrentPaneDomain"}}
|
action = wezterm.action{SplitVertical={domain="CurrentPaneDomain"}}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user