docs: update cheat sheet
This commit is contained in:
parent
e23ca58ca2
commit
9744726940
1 changed files with 6 additions and 2 deletions
|
|
@ -50,7 +50,7 @@
|
||||||
- `f<char>` jump forward to `<char>`
|
- `f<char>` jump forward to `<char>`
|
||||||
- `F<char>` jump backwards to `<char>`
|
- `F<char>` jump backwards to `<char>`
|
||||||
- `;` jump to next occurence of <char> on same line
|
- `;` jump to next occurence of <char> on same line
|
||||||
- `,` jump to previous occurence of <char> onx same line
|
- `,` jump to previous occurence of <char> on same line
|
||||||
|
|
||||||
## LSP, Code & Diagnostics
|
## LSP, Code & Diagnostics
|
||||||
|
|
||||||
|
|
@ -102,6 +102,8 @@
|
||||||
- `C` replace to the end of the line
|
- `C` replace to the end of the line
|
||||||
- `yy` copy the current line
|
- `yy` copy the current line
|
||||||
- `yap` "yank-around-paragraph"
|
- `yap` "yank-around-paragraph"
|
||||||
|
- `yip` "yank-inside-paragraph"
|
||||||
|
- `yaW` copy word w/ dashes/underscores
|
||||||
- `p` paste yanked line below
|
- `p` paste yanked line below
|
||||||
- `P` paste yanked line above
|
- `P` paste yanked line above
|
||||||
|
|
||||||
|
|
@ -112,10 +114,12 @@
|
||||||
- `v` at cursor position
|
- `v` at cursor position
|
||||||
- `V` line mode
|
- `V` line mode
|
||||||
- `Ctrl`+`v` block mode
|
- `Ctrl`+`v` block mode
|
||||||
|
- `vap` "visual-select-around-paragraph"
|
||||||
|
- `vip` "visual-select-inside-paragraph"
|
||||||
|
|
||||||
### Code selection
|
### Code selection
|
||||||
|
|
||||||
- `leader`+`Space` context-sensitive text selection w/ `treesitter`
|
- `Ctrl`+`Space` context-sensitive text selection w/ `treesitter`
|
||||||
- `Backspace` reduce context-sensitive selection
|
- `Backspace` reduce context-sensitive selection
|
||||||
|
|
||||||
## SEARCH/OPEN
|
## SEARCH/OPEN
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue