finished --vim

This commit is contained in:
Paul Gauthier 2024-06-10 21:16:33 -07:00
parent 566b653af1
commit 05a74d67de
4 changed files with 8 additions and 5 deletions

View file

@ -73,5 +73,5 @@ The interactive prompt is built with [prompt-toolkit](https://github.com/prompt-
- `dd` : Delete the current line.
- `u` : Undo the last change.
- `Ctrl-R` : Redo the last undone change.
- `:` : Enter command mode for ex commands (e.g., `:w` to save).