feat: make shift+enter newline
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user