randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.37k stars 83 forks source link

Page Up, Page Down, Ctrl+Home and Ctrl+End in Terminus Build System #402

Open d0vgan opened 9 months ago

d0vgan commented 9 months ago

When using Terminus as Build System (via "target": "terminus_exec"), is it possible to navigate through the build output using the keys Page Up, Page Down, Ctrl+Home and Ctrl+End? Did I miss something - is there some configuration for this?

Expected behavior:

Actual behavior:

d0vgan commented 8 months ago

Hello? I suppose something similar to the following should be possible, no? --

if terminus_console_is_been_using_for_build_output():
    use_ctrl_and_page_keys_for_scrolling()