mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-23 02:53:04 +00:00
Update case cmdline-mode deletes
This commit is contained in:
parent
ec525673e7
commit
5b78d6238a
1 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@ To go to the start of the line, use `Ctrl-b`. To go to the end of the line, use
|
||||||
Similar to the insert mode, inside the command-line mode, you have three ways to delete characters:
|
Similar to the insert mode, inside the command-line mode, you have three ways to delete characters:
|
||||||
|
|
||||||
```
|
```
|
||||||
Ctrl-h Delete one character
|
Ctrl-H Delete one character
|
||||||
Ctrl-w Delete one word
|
Ctrl-W Delete one word
|
||||||
Ctrl-u Delete the entire line
|
Ctrl-U Delete the entire line
|
||||||
```
|
```
|
||||||
Finally, if you want to edit the command like you would a normal textfile use `Ctrl-f`.
|
Finally, if you want to edit the command like you would a normal textfile use `Ctrl-f`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue