about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-09-10 21:45:59 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-09-10 21:45:59 -0700
commit706296388809984b20b32edf3fa8f576c85508c5 (patch)
tree1f0038c4b646dd4c051e3b721024ea792d5e4783 /README.md
parent790b7f18dbfb6c7dfcc72a872bc62e6075af6ae8 (diff)
downloadlines.love-706296388809984b20b32edf3fa8f576c85508c5.tar.gz
Revert "deemphasize the source editor"
Now that we have decent error handling, I think we can encourage people
to press ctrl+e again.

This reverts commit 4b43e9e85d985bcedd105fa9693ae751e5b6d0b6.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0833aa6..291aed9 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ While editing text:
 * `ctrl+=` to zoom in, `ctrl+-` to zoom out, `ctrl+0` to reset zoom
 * `alt+right`/`alt+left` to jump to the next/previous word, respectively
 * mouse drag or `shift` + movement to select text, `ctrl+a` to select all
+* `ctrl+e` to modify the sources
 
 For shortcuts while editing drawings, consult the online help. Either:
 * hover on a drawing and hit `ctrl+h`, or