# 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