diff --git a/CHEATSHEET.md b/CHEATSHEET.md index fb9354e..1a51a61 100644 --- a/CHEATSHEET.md +++ b/CHEATSHEET.md @@ -50,7 +50,7 @@ - `f` jump forward to `` - `F` jump backwards to `` - `;` jump to next occurence of on same line -- `,` jump to previous occurence of onx same line +- `,` jump to previous occurence of on same line ## LSP, Code & Diagnostics @@ -102,6 +102,8 @@ - `C` replace to the end of the line - `yy` copy the current line - `yap` "yank-around-paragraph" +- `yip` "yank-inside-paragraph" +- `yaW` copy word w/ dashes/underscores - `p` paste yanked line below - `P` paste yanked line above @@ -112,10 +114,12 @@ - `v` at cursor position - `V` line mode - `Ctrl`+`v` block mode +- `vap` "visual-select-around-paragraph" +- `vip` "visual-select-inside-paragraph" ### Code selection -- `leader`+`Space` context-sensitive text selection w/ `treesitter` +- `Ctrl`+`Space` context-sensitive text selection w/ `treesitter` - `Backspace` reduce context-sensitive selection ## SEARCH/OPEN