wezterm: Remove emoji picker key bind
I use my own 'bemoji' picker everywhere, including wezterm.
This commit is contained in:
parent
926aee71e8
commit
99fd7a78a5
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ local act = wezterm.action
|
|||
|
||||
local keys = {
|
||||
{ key = "L", mods = "CTRL|SHIFT", action = "DisableDefaultAssignment" },
|
||||
{ key = "U", mods = "CTRL|SHIFT", action = "DisableDefaultAssignment" },
|
||||
|
||||
{ key = "[", mods = "CTRL", action = act.ScrollToPrompt(-1) },
|
||||
{ key = "]", mods = "CTRL", action = act.ScrollToPrompt(1) },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue