diff --git a/trees/uts-002F.tree b/trees/uts-002F.tree index e8d732f..0216ac4 100644 --- a/trees/uts-002F.tree +++ b/trees/uts-002F.tree @@ -177,8 +177,8 @@ Other first aid key mappings or commands available in LunarVim: - `;` and `,` to move to next or previous - `t` works like `f` but moves to one character before, just like `i` for `a` - e.g. - - `ct)` is useful for change until the next `)` - - `vt)p` is useful for select until the next `)` and paste and replace + - \verb>>>|`ct)` is useful for change until the next `)`>>> + - \verb>>>|`vt)p` is useful for select until the next `)` and paste and replace>>> - `zz` to center the current line, `zt` to top, `zb` to bottom - prefixing with a number works on the corresponding line - Edit motions @@ -356,7 +356,7 @@ It's very important to stay in the flow and Zen mode as much as possible. Split - Spellcheck - to use NeoVim's built-in spellcheck - use `:set spell` - - `]s`/`[s` to move between misspelled words + \verb>>>|- `]s`/`[s` to move between misspelled words>>> - `zg` marks a word as good, `zw` marks a word as wrong - `zug`/`zuw` to undo - `z=` to see suggestions