Skip to content

Commit e1ada61

Browse files
authored
Update README.md
1 parent 9032ba4 commit e1ada61

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ Notes are stored locally in `notes.json` (created automatically).
165165
| `/` | Search notes |
166166
| `q` | Quit |
167167
| `j/k` | Scroll body |
168+
| `s` | Change sort order |
168169

169170
### Search Mode
170171

@@ -227,14 +228,6 @@ README.md
227228

228229
---
229230

230-
## 🔧 Customizing
231-
232-
You can change some of the behaviour to better suit your workflow.
233-
Here are some hints:
234-
- On line 202 you can change the sorting behaviour as well as what the sorting works on. Changing x.id to x.created_at or x.updated_at will sort on the creation or last updated date. Change reverse=True to reverse=False to sort ascending or descending. Default sort is on note id.
235-
236-
---
237-
238231
## 🧠 Design Goals
239232

240233
- Minimal dependencies

0 commit comments

Comments
 (0)