vim: Added key for 'A' (#1018)
This commit is contained in:
parent
b4e978f074
commit
f3cef3c398
1
vim.md
1
vim.md
|
@ -102,6 +102,7 @@ Getting started
|
||||||
| Shortcut | Description |
|
| Shortcut | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `a` | Append |
|
| `a` | Append |
|
||||||
|
| `A` | Append from end of line |
|
||||||
| `i` | Insert |
|
| `i` | Insert |
|
||||||
| `o` | Next line |
|
| `o` | Next line |
|
||||||
| `O` | Previous line |
|
| `O` | Previous line |
|
||||||
|
|
Loading…
Reference in New Issue