feat: make shift+enter newline

This commit is contained in:
2026-04-29 12:26:38 +02:00
parent 9b3db93dbd
commit a18d405ea7
+3
View File
@@ -78,6 +78,8 @@ in
scrollback.lines = 10000; scrollback.lines = 10000;
text-bindings."\\x0a" = "Shift+Return Shift+KP_Enter";
colors-dark = { colors-dark = {
background = hex palette.background; background = hex palette.background;
foreground = hex palette.foreground; foreground = hex palette.foreground;
@@ -133,6 +135,7 @@ in
window_padding_width = 3; window_padding_width = 3;
update_check_interval = 0; update_check_interval = 0;
}; };
keybindings."shift+enter" = "send_text all \\x0a";
extraConfig = '' extraConfig = ''
## name: ${repoTheme.displayName} ## name: ${repoTheme.displayName}
## license: MIT ## license: MIT