Merge pull request #253 from srihari93/patch-1

fixed an error and added a relevant cheat
This commit is contained in:
Rico Sta. Cruz 2017-11-15 23:58:42 +08:00 committed by GitHub
commit fda6e75261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 8 deletions

3
vim.md
View File

@ -301,7 +301,8 @@ Do these in visual mode.
| <code>``</code> | Last jump | | <code>``</code> | Last jump |
| --- | --- | | --- | --- |
| `ma` | Mark this cursor position as `a` | | `ma` | Mark this cursor position as `a` |
| `'a` | Jump to cursor position `a` | | <code>`a</code> | Jump to the cursor position `a` |
| `'a` | Jump to the beginning of the line with position `a`|
{: .-shortcuts} {: .-shortcuts}
### Misc ### Misc