feat: terminal multiplexing and vterm

This commit is contained in:
Leon Schwarzäugl 2024-09-01 22:27:07 +02:00
parent 23e1f73ce9
commit eab9e040aa
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
10 changed files with 961 additions and 11 deletions

View file

@ -2,11 +2,11 @@ _:
{
programs.kitty = {
enable = true;
keybindings = {
"ctrl+shift+left" = "no_op";
"ctrl+shift+right" = "no_op";
"ctrl+shift+home" = "no_op";
"ctrl+shift+end" = "no_op";
keybindings = { };
settings = {
scrollback_lines = 10000;
enable_audio_bell = false;
notify_on_cmd_finish = "always 20";
};
};
}