Compare commits
2 Commits
cacb6c01e9
...
a18d405ea7
| Author | SHA1 | Date | |
|---|---|---|---|
| a18d405ea7 | |||
| 9b3db93dbd |
@@ -45,6 +45,7 @@ in
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.nix-index.enableZshIntegration = false;
|
||||||
programs.nix-index-database.comma.enable = true;
|
programs.nix-index-database.comma.enable = true;
|
||||||
|
|
||||||
programs.television = {
|
programs.television = {
|
||||||
|
|||||||
@@ -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