{{ page.title }} cheatsheet
- {% if page.ads %}
+ {% if page.ads != false %}
diff --git a/vim.md b/vim.md
index 1d45709b2..719362b3d 100644
--- a/vim.md
+++ b/vim.md
@@ -218,9 +218,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` |
+{: .-shortcuts}
### Misc
@@ -230,6 +236,7 @@ Do these in visual mode.
| `]p` | paste under the current indentation level |
| --- | --- |
| `zz` | Center this line |
+{: .-shortcuts}
### Command line
@@ -237,6 +244,7 @@ Do these in visual mode.
| --- | --- |
| `
` | insert current word into the command line |
| `"` | paste from " register |
+{: .-shortcuts}
### Text alignment