diff --git a/vim.md b/vim.md index e361b7c2a..aa57bdbe2 100644 --- a/vim.md +++ b/vim.md @@ -294,14 +294,15 @@ Do these in visual mode. ### Marks -| Shortcut | Description | -| --- | --- | -| `^ | Last position of cursor in insert mode | -| `. | Last change | -| `` | Last jump | -| --- | --- | -| `ma` | Mark this cursor position as `a` | -| `'a` | Jump to cursor position `a` | +| Shortcut | Description | +| --- | --- | +| `^ | Last position of cursor in insert mode | +| `. | Last change | +| `` | Last jump | +| --- | --- | +| `ma` | Mark this cursor position as `a` | +| `a | Jump to the cursor position `a` | +| `'a` | Jump to the beginning of the line with position `a`| {: .-shortcuts} ### Misc