mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-23 11:03:03 +00:00
Merge pull request #47 from darager/darager-patch-1
Add Ctrl-F command description
This commit is contained in:
commit
5e95666a2d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue