vim: Added key for 'A' (#1018)

This commit is contained in:
Kushal Arya 2020-06-23 19:57:25 +05:30 committed by GitHub
parent b4e978f074
commit f3cef3c398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
vim.md
View File

@ -102,6 +102,7 @@ Getting started
| Shortcut | Description |
| --- | --- |
| `a` | Append |
| `A` | Append from end of line |
| `i` | Insert |
| `o` | Next line |
| `O` | Previous line |