From 97447269404055ed1f1160b46d61d3b3162a1b12 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 30 Jul 2024 13:46:57 +0200 Subject: [PATCH] docs: update cheat sheet --- CHEATSHEET.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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