wrappers/wezterm: WebGpu frontend no longer needed
This commit is contained in:
parent
ca49a9302e
commit
5a097e106f
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ local cfg = {
|
||||||
font_size = 10.5,
|
font_size = 10.5,
|
||||||
native_macos_fullscreen_mode = true,
|
native_macos_fullscreen_mode = true,
|
||||||
hide_mouse_cursor_when_typing = false,
|
hide_mouse_cursor_when_typing = false,
|
||||||
front_end = "WebGpu",
|
|
||||||
keys = {
|
keys = {
|
||||||
{ key = "Enter", mods = "CTRL", action = wezterm.action { SendString = "\x1b[13;5u" } },
|
{ key = "Enter", mods = "CTRL", action = wezterm.action { SendString = "\x1b[13;5u" } },
|
||||||
{ key = "Enter", mods = "SHIFT", action = wezterm.action { SendString = "\x1b[13;2u" } },
|
{ key = "Enter", mods = "SHIFT", action = wezterm.action { SendString = "\x1b[13;2u" } },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue