wezterm: Unmap debug overlay mappings

Unmap the custom set Debug overlay mapping since I haven't had to use it
in absolute ages. Additionally we also unmap the default mapping for the
debug overlay - which frees up the key combination to be passed through
to TUIs.
This commit is contained in:
Marty Oehme 2025-09-17 16:48:43 +02:00
parent 5a4d0051be
commit eb7f47fee5
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -2,7 +2,8 @@ local wezterm = require("wezterm")
local act = wezterm.action
local keys = {
{ key = "O", mods = "CTRL", action = act.ShowDebugOverlay },
{ key = "L", mods = "CTRL|SHIFT", action = "DisableDefaultAssignment" },
{ key = "[", mods = "CTRL", action = act.ScrollToPrompt(-1) },
{ key = "]", mods = "CTRL", action = act.ScrollToPrompt(1) },
{ -- vertical pane