fixed an error and added a relevant cheat
noticed it because of a comment at https://devhints.io/vim where this sheet is referenced
This commit is contained in:
parent
6bfd554ce9
commit
f5c644ae07
17
vim.md
17
vim.md
|
@ -294,14 +294,15 @@ Do these in visual mode.
|
||||||
|
|
||||||
### Marks
|
### Marks
|
||||||
|
|
||||||
| Shortcut | Description |
|
| Shortcut | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| <code>`^</code> | Last position of cursor in insert mode |
|
| <code>`^</code> | Last position of cursor in insert mode |
|
||||||
| <code>`.</code> | Last change |
|
| <code>`.</code> | Last change |
|
||||||
| <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
|
||||||
|
|
Loading…
Reference in New Issue