Skip to content

Commit

Permalink
Use verb to make forester happy
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Nov 6, 2024
1 parent 179375f commit 3f3ade7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trees/uts-002F.tree
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3f3ade7

Please sign in to comment.