refactor(terminal): add keyboard scrolling keybinds

This commit is contained in:
CJ van den Berg 2026-02-25 20:59:22 +01:00
parent 4157638892
commit 4affdf5688
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 28 additions and 0 deletions

View file

@ -39,6 +39,8 @@
["ctrl+shift+f", "find_in_files"],
["ctrl+shift+l", "toggle_panel"],
["alt+shift+p", "open_command_palette"],
["ctrl+shift+page_up", "terminal_scroll_up"],
["ctrl+shift+page_down", "terminal_scroll_down"],
["alt+n", "goto_next_file_or_diagnostic"],
["alt+p", "goto_prev_file_or_diagnostic"],
["alt+l", "toggle_panel"],