mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-26 12:30:17 +00:00
Add Ctrl-F command description
Possibly the most useful command-line command there is!
This commit is contained in:
parent
12a1bf983a
commit
35aef276b4
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue