neovim/nvim/cheatsheet.txt
2024-02-18 09:57:29 +09:00

15 lines
568 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>?