diff --git a/vim.md b/vim.md index e361b7c2a..a979171ca 100644 --- a/vim.md +++ b/vim.md @@ -33,8 +33,8 @@ Getting started ### Navigating -| `h` `j` `k` `l` | Arrow keys | -| `^u` _/_ `^d` | Page up/page down | +| `h` `j` `k` `l` | Arrow keys | +| `` _/_ `` | Page up/page down | {: .-shortcuts} #### Words @@ -79,8 +79,8 @@ Getting started | Shortcut | Description | | --- | --- | -| `Esc` _/_ `^[` | Exit insert mode | -| `^c` | Exit insert mode, and abort current command | +| `Esc` _/_ `` | Exit insert mode | +| `` | Exit insert mode, and abort current command | {: .-shortcuts} ### Clipboard @@ -100,7 +100,7 @@ Getting started | `v` | Enter visual mode | | `V` | Enter visual line mode | -| `^v` | Enter visual block mode | +| `` | Enter visual block mode | {: .-shortcuts} #### In visual mode @@ -247,16 +247,16 @@ Uppercase ones are recursive (eg, `zO` is open recursively). | Shortcut | Description | | --- | --- | -| `^O` | Go back to previous location | -| `^I` | Go forward | +| `` | Go back to previous location | +| `` | Go forward | | --- | --- | | `gf` | go to file in cursor | {: .-shortcuts} ### Counters -| `^A` | increment number | -| `^X` | decrement | +| `` | increment number | +| `` | decrement | {: .-shortcuts} ### Windows @@ -269,10 +269,10 @@ Uppercase ones are recursive (eg, `zO` is open recursively). | --- | --- | | `:tag Classname` | Jump to first definition of Classname | | --- | --- | -| `^]` | Jump to definition | +| `` | Jump to definition | | `g]` | See all definitions | -| `^t` | Go back to last tag | -| `^o ^i` | Back/forward | +| `` | Go back to last tag | +| ` ` | Back/forward | | --- | --- | | `:tselect Classname` | Find definitions of Classname | | `:tjump Classname` | Find definitions of Classname (auto-select 1st) | @@ -318,8 +318,8 @@ Do these in visual mode. | Shortcut | Description | | --- | --- | -| `` | insert current word into the command line | -| `"` | paste from " register | +| `` | insert current word into the command line | +| `"` | paste from " register | {: .-shortcuts} ### Text alignment @@ -332,7 +332,7 @@ See `:help formatting` ### Calculator - =128/2 + =128/2 Do this in insert mode.