diff --git a/content/notes/vim.md b/content/notes/vim.md index 2509c3fbd..ef041e2bb 100644 --- a/content/notes/vim.md +++ b/content/notes/vim.md @@ -34,7 +34,7 @@ tags: | ------------------------------------ | ---------------------------------------------------- | | x | **delete** *`at`* the cursor (→ in normal mode still) | | i | **insert** *`before`* the cursor | -| I | **insert** `*beginning*` of the line | +| I | **insert** *`beginning`* of the line | | a | **insert** *`after`* the cursor | | A | **append** *`after`* the line | | o | **open** line *`above`* |