🚀 use ssh kitten

This commit is contained in:
Moritz Böhme 2022-06-03 15:17:13 +02:00
parent c99f59c5ea
commit e4c1ee6bc2
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 7 additions and 2 deletions

View file

@ -9,6 +9,7 @@
enable_audio_bell = false;
cursor_shape = "underline";
window_padding_width = 3;
confirm_os_window_close = 0;
};
keybindings = {
"ctrl+plus" = "change_font_size all +2.0";
@ -19,5 +20,10 @@
size = 10;
};
};
xdg.configFile."kitty/ssh.conf" = {
text = ''
env TERM=xterm-color
'';
};
};
}