Add Ctrl-F command description

Possibly the most useful command-line command there is!
This commit is contained in:
Rager Florian 2020-12-05 12:35:00 +01:00 committed by GitHub
parent 12a1bf983a
commit 35aef276b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,11 @@ Similar to the insert mode, inside the command-line mode, you have three ways to
Ctrl-H Delete one character
Ctrl-W Delete one word
Ctrl-U Delete the entire line
Ctrl-F Show previous and current commands and rerun/edit them
```
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