feat(terminal): add adjust_fontsize keybinds to terminal mode
This commit is contained in:
parent
908f2f57fb
commit
872f8cdcb8
1 changed files with 4 additions and 0 deletions
|
|
@ -622,6 +622,10 @@
|
|||
["ctrl+shift+alt+home", "grow_panel", 3],
|
||||
["ctrl+alt+end", "shrink_panel"],
|
||||
["ctrl+shift+alt+end", "shrink_panel", 3],
|
||||
["ctrl+alt+0", "reset_fontsize"],
|
||||
["ctrl+alt+plus", "adjust_fontsize", 1.0],
|
||||
["ctrl+alt+=", "adjust_fontsize", 1.0],
|
||||
["ctrl+alt+minus", "adjust_fontsize", -1.0],
|
||||
["ctrl+shift+p", "open_command_palette"],
|
||||
["alt+shift+p", "open_command_palette"],
|
||||
["alt+x", "open_command_palette"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue