19 lines
655 B
Text
19 lines
655 B
Text
## Telescope @custom:
|
|
Search, Preview and Open file | <leader>ff
|
|
Live grep of all files in current directory| <leader>fg
|
|
|
|
## Formatter @custom:
|
|
Format current buffer | <leader>f
|
|
Format and write current buffer | <leader>F
|
|
|
|
## NERDCommenter @custom:
|
|
Toggles the comment state of the selected line(s) | [count]<leader>c<space>
|
|
Comment out the current line or text selected in visual mode | [count]<leader>cc
|
|
Toggles the comment state of the selected line(s) individually | [count]<leader>ci
|
|
|
|
## cheatsheet @custom:
|
|
Shows a searchable list of all keybindings | <leader>?
|
|
|
|
## Term @custom
|
|
Opens a normal interactive terminal | <c-c>
|
|
Opens lazygit | <leader>g
|