Add undo and redo shortcuts (#796)

This commit is contained in:
calumks 2018-11-07 17:04:50 -05:00 committed by chad d
parent 8e5952a677
commit db77ac7c98
1 changed files with 3 additions and 0 deletions

3
vim.md
View File

@ -111,6 +111,9 @@ Getting started
| --- | --- | | --- | --- |
| `r` | Replace one character | | `r` | Replace one character |
| `R` | Enter Replace mode | | `R` | Enter Replace mode |
| --- | --- |
| `u` | Undo changes |
| `<C-R>` | Redo changes |
{: .-shortcuts} {: .-shortcuts}
### Exiting insert mode ### Exiting insert mode