about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-04-09 11:00:35 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-04-09 11:12:36 -0700
commit4b43e9e85d985bcedd105fa9693ae751e5b6d0b6 (patch)
tree2075470990071df57ba9dda3dd078841ab14bef9 /README.md
parent25e7eb99a9f0d23dc2948812ba5f61da95d73948 (diff)
downloadlines.love-4b43e9e85d985bcedd105fa9693ae751e5b6d0b6.tar.gz
deemphasize the source editor
This repo does not support freewheeling modification. It's a primitive
to enable freewheeling modification in downstream forks.

The source editor is a convenience, but it's a sharp tool and can easily
leave the app in a broken state that requires dropping down to external
tools (editor, file manager) to fix.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 13b6e76..19fa143 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,6 @@ 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