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:
parent
5a4d0051be
commit
eb7f47fee5
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@ local wezterm = require("wezterm")
|
||||||
local act = wezterm.action
|
local act = wezterm.action
|
||||||
|
|
||||||
local keys = {
|
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) },
|
||||||
{ key = "]", mods = "CTRL", action = act.ScrollToPrompt(1) },
|
{ key = "]", mods = "CTRL", action = act.ScrollToPrompt(1) },
|
||||||
{ -- vertical pane
|
{ -- vertical pane
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue