xyproto / orbiton

Configuration-free text editor and IDE limited to VT100. Suitable for writing git commit messages, editing Markdown, config files, source code, man pages and for quick edit-format-compile cycles when programming. Has syntax highlighting, jump-to-error, rainbow parentheses, macros, llm tab completion, cut/paste portals and a simple gdb front-end.
https://roboticoverlords.org/orbiton
BSD 3-Clause "New" or "Revised" License
501 stars 15 forks source link

Scroll up / down using Page Up / Page Down keys #11

Closed yonas closed 2 years ago

yonas commented 2 years ago

How can I get Page Up / Page Down keys to work?

xyproto commented 2 years ago

It's not supported by VT100, as far as I know.

They work in the included GUI frontend, though.