wrappers/wezterm: map C-CR and S-CR
This commit is contained in:
parent
d56d339de7
commit
21e423b811
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ local cfg = {
|
|||
native_macos_fullscreen_mode = true,
|
||||
hide_mouse_cursor_when_typing = false,
|
||||
front_end = "WebGpu",
|
||||
keys = {
|
||||
{ key = "Enter", mods = "CTRL", action = wezterm.action { SendString = "\x1b[13;5u" } },
|
||||
{ key = "Enter", mods = "SHIFT", action = wezterm.action { SendString = "\x1b[13;2u" } },
|
||||
},
|
||||
}
|
||||
|
||||
if string.find(wezterm.target_triple, "darwin") then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue