feat(wezterm): add keybind for ActivateCommandPalette
This commit is contained in:
parent
b2c2069ed8
commit
9f824de2ef
@ -71,7 +71,10 @@ return {
|
|||||||
{ key = "c", mods = "LEADER", action = wezterm.action.CopyTo("ClipboardAndPrimarySelection") },
|
{ key = "c", mods = "LEADER", action = wezterm.action.CopyTo("ClipboardAndPrimarySelection") },
|
||||||
|
|
||||||
-- NOTE: Debugging
|
-- NOTE: Debugging
|
||||||
{ key = "D", mods = "CTRL|SHIFT", action = wezterm.action.ShowDebugOverlay }
|
{ key = "D", mods = "CTRL|SHIFT", action = wezterm.action.ShowDebugOverlay },
|
||||||
|
|
||||||
|
-- NOTE: Show Commands
|
||||||
|
{ key = "C", mods = "CTRL|SHIFT", action = wezterm.action.ActivateCommandPalette }
|
||||||
},
|
},
|
||||||
key_tables = {},
|
key_tables = {},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user