feat(wezterm): add keybind for debug overlay
This commit is contained in:
parent
a69f3d9859
commit
01c9dc628a
@ -69,6 +69,9 @@ return {
|
|||||||
-- NOTE: Copy & Paste
|
-- NOTE: Copy & Paste
|
||||||
{ key = "v", mods = "LEADER", action = wezterm.action.PasteFrom("Clipboard") },
|
{ key = "v", mods = "LEADER", action = wezterm.action.PasteFrom("Clipboard") },
|
||||||
{ key = "c", mods = "LEADER", action = wezterm.action.CopyTo("ClipboardAndPrimarySelection") },
|
{ key = "c", mods = "LEADER", action = wezterm.action.CopyTo("ClipboardAndPrimarySelection") },
|
||||||
|
|
||||||
|
-- NOTE: Debugging
|
||||||
|
{ key = "D", mods = "CTRL|SHIFT", action = wezterm.action.ShowDebugOverlay }
|
||||||
},
|
},
|
||||||
key_tables = {},
|
key_tables = {},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user