Skip to content

Commit 5633ddc

Browse files
author
Arthur Beck
committed
Updated docs cause I forgot
1 parent aa2cef4 commit 5633ddc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/src/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Notation** is a terminal-based hierarchal note-taking app. It is also useful
44
for todo lists; each item can be marked with a status. It's lightweight and
5-
written in ~900 lines of Rust; A release build takes slightly over a minute to
5+
written in ~1500 lines of Rust; A release build takes slightly over a minute to
66
compile from nothing.
77

88
At the moment, configuration and plugins do not exist, but in the future

docs/src/keybinds.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
- Backspace/Left arrow - view the children of the parent note.
1010
- A - Add a new note.
1111
- E (while selecting a note) - Edit the selected note.
12-
- D/Delete - Delete the selected note.
12+
- Delete - Delete the selected note.
13+
- D - Duplicate the selected note. Equivalent to quickly pressing C then V.
14+
- C - Copy the selected note.
15+
- X - Cut the selected note.
16+
- V - Paste the selected note.
1317

1418
## Adding/editing mode
1519

0 commit comments

Comments
 (0)