wezterm shift+enter
This commit is contained in:
@@ -52,6 +52,8 @@ config.enable_kitty_keyboard = true
|
||||
config.keys = {
|
||||
{ key = 'LeftArrow', mods = 'CTRL|SHIFT', action = wezterm.action.ActivateTabRelative(-1) },
|
||||
{ key = 'RightArrow', mods = 'CTRL|SHIFT', action = wezterm.action.ActivateTabRelative(1) },
|
||||
-- Send kitty keyboard protocol sequence for Shift+Enter so shells can bind to it
|
||||
{ key = 'Enter', mods = 'SHIFT', action = wezterm.action.SendString('\x1b[13;2u') },
|
||||
{
|
||||
key = 'n',
|
||||
mods = 'CTRL|SHIFT',
|
||||
|
||||
Reference in New Issue
Block a user