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.
|
3 years ago | |
---|---|---|
.gitignore | 4 years ago | |
README.md | 3 years ago | |
file.go | 3 years ago | |
go.mod | 4 years ago | |
go.sum | 4 years ago | |
input.go | 3 years ago | |
main.go | 3 years ago | |
makefile | 3 years ago | |
ui.go | 3 years ago |
README.md
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