diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-01-07 00:34:00 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-01-07 00:34:00 -0800 |
| commit | 3ab0bd82badcb86a08f21aa48f2825c7fcdd0525 (patch) | |
| tree | 7a60912aaefb9daaa200d99218036feba029e673 | |
| parent | 79b47a31332309b6fc1e5831e031ee4ca0d54450 (diff) | |
| download | editor-3ab0bd82badcb86a08f21aa48f2825c7fcdd0525.tar.zst | |
Add a README.
That's how you get the github stars
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..766c5de --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# A terrible text editor + +## Controls: + - Arrow keys to move the cursor + - CTRL-Q: quit + - CTRL-S: save + - CTRL-Z: undo + - CTRL-Y: redo |
