diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-06-17 10:28:25 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-06-17 10:28:25 -0700 |
commit | 482d07778d19331d0dfa910323dd92c4529e8718 (patch) | |
tree | fc3c1855fd1b58445c1823821fea74f4176a4031 | |
parent | c188cd31baf50f6109daa9f598c098acdb43c840 (diff) | |
download | text.love-482d07778d19331d0dfa910323dd92c4529e8718.tar.gz |
document one more shortcut
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 0345624..d72ed73 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ While editing text: * `ctrl+c` to copy, `ctrl+x` to cut, `ctrl+v` to paste * `ctrl+z` to undo, `ctrl+y` to redo * `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 For shortcuts while editing drawings, consult the online help. Either: * hover on a drawing and hit `ctrl+h`, or |