home/terminal: Limit fount size changes to current window
This commit is contained in:
parent
ab96bd8191
commit
ee5273bcb6
1 changed files with 3 additions and 3 deletions
|
@ -43,9 +43,9 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
||||||
"ctrl+end" = "scroll_end";
|
"ctrl+end" = "scroll_end";
|
||||||
"ctrl+print_screen" = "show_scrollback";
|
"ctrl+print_screen" = "show_scrollback";
|
||||||
|
|
||||||
"ctrl+equal" = "change_font_size all 0";
|
"ctrl+equal" = "change_font_size current 0";
|
||||||
"ctrl+plus" = "change_font_size all +1";
|
"ctrl+plus" = "change_font_size current +1";
|
||||||
"ctrl+minus" = "change_font_size all -1";
|
"ctrl+minus" = "change_font_size current -1";
|
||||||
|
|
||||||
"ctrl+shift+u" = "kitten unicode_input";
|
"ctrl+shift+u" = "kitten unicode_input";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue