home/terminal: Add key binding to reset terminal

This commit is contained in:
Mikael Voss 2024-10-09 23:36:49 +02:00
parent ee5273bcb6
commit 8a96e3010c
No known key found for this signature in database

View file

@ -42,6 +42,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
"ctrl+home" = "scroll_home";
"ctrl+end" = "scroll_end";
"ctrl+print_screen" = "show_scrollback";
"ctrl+shift+delete" = "clear_terminal reset active";
"ctrl+equal" = "change_font_size current 0";
"ctrl+plus" = "change_font_size current +1";