finished big nvim overhaul
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user