From f5c644ae073ed3e36aa2e4a293782c7c6167fb04 Mon Sep 17 00:00:00 2001 From: Sri Hari Raju Penmatsa Date: Fri, 10 Nov 2017 00:07:37 +0100 Subject: [PATCH] fixed an error and added a relevant cheat noticed it because of a comment at https://devhints.io/vim where this sheet is referenced --- vim.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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