Merge pull request #47 from darager/darager-patch-1

Add  Ctrl-F command description
This commit is contained in:
Igor Irianto 2020-12-05 17:18:46 -06:00 committed by GitHub
commit 5e95666a2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,9 @@ Ctrl-H Delete one character
Ctrl-W Delete one word
Ctrl-U Delete the entire line
```
Finally, if you want to edit the command like you would a normal textfile use `Ctrl-F`.
This also allows you to search through the previous commands, edit them and rerun them by pressing `Enter` in "command-line editing normal mode".
## Register And Autocomplete