fix: remove colliding keymap
This commit is contained in:
parent
771c82eabd
commit
05ee3ccf71
@ -70,7 +70,6 @@ local config = {
|
|||||||
{ key = "RightArrow", mods = "ALT", action = wezterm.action.AdjustPaneSize({ "Right", 1 }) },
|
{ key = "RightArrow", mods = "ALT", action = wezterm.action.AdjustPaneSize({ "Right", 1 }) },
|
||||||
|
|
||||||
{ key = "f", mods = "CTRL", action = wezterm.action.Search({ CaseSensitiveString = "" }) },
|
{ key = "f", mods = "CTRL", action = wezterm.action.Search({ CaseSensitiveString = "" }) },
|
||||||
{ key = "p", mods = "CTRL", action = wezterm.action.ActivateCommandPalette },
|
|
||||||
{ key = "Enter", mods = "SHIFT", action = wezterm.action.ActivateCopyMode },
|
{ key = "Enter", mods = "SHIFT", action = wezterm.action.ActivateCopyMode },
|
||||||
|
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user