You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
368 B

4 years ago
# Pound
A text editor - following along with this: https://viewsourcecode.org/snaptoken/kilo/03.rawInputAndOutput.html
## Tips
Want to add a binding (e.g. "PageUp") but are unsure what the X sequence
(e.g. "\x1b[5~") is? Open another terminal (like xterm) without tmux,
then run `showkey -a` to get the sequence associated to a key combination.
## License
GPL3