Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The binary lives in `thoth/target/release/thoth`. You can add the binary to your
This will show how to use the scratchpad via the CLI or the TUI.

### TUI
To start the TUI, simple type `thoth`. Since it is a persistent buffer, thoth will save when you hit quit using `q`.
To start the TUI, simply type `thoth`. Since it is a persistent buffer, thoth will save when you hit quit using `q`.

#### Commands for main mode
```
Expand Down Expand Up @@ -161,7 +161,8 @@ for editing in `tui-textarea`.
| Ctrl+K | Format markdown block |
| Ctrl+J | Format JSON |

If you would like to use your external editor -- such as NeoVim, Helix, etc. -- Thoth offers that functionality.
If you would like to use your external editor -- such as NeoVim, Helix, etc. -- Thoth offers that functionality.
Please set your `$EDITOR` or `$VISUAL` environment variables to make use of this feature.

### CLI
For accessing the CLI, one can use `thoth` followed by a command.
Expand Down
Loading