finished big nvim overhaul

This commit is contained in:
2024-09-25 01:25:00 -07:00
parent 4111f31ce6
commit cfcea95348
2 changed files with 256 additions and 48 deletions
+18
View File
@@ -19,6 +19,24 @@ Diff | <leader>hd
Preview hunk | <leader>hp
Reset hunk | <leader>hr
## Comment
Line (normal & visual mode )| gc
Block (normal & visual mode) | gb
At the end of a line | gcA
## Surround
With () | ysiw)
With "" | ys$"
Del [] | ds]
Del HTML | dst
'' -> "" & "" -> '' | cs'"
Change HTML tag to [TAG] | cst[TAG]<CR>
Del () in fn call; fn(param) -> param | dsf
## Dial
Increment | <C-a>
Decrement | <C-x>
## Misc
Outline | <leader>o
Trouble | <leader>xx