diff --git a/nvim/cheatsheet.txt b/nvim/cheatsheet.txt index 1ecdfdf..ac65262 100644 --- a/nvim/cheatsheet.txt +++ b/nvim/cheatsheet.txt @@ -4,3 +4,8 @@ Search, Preview and Open file | ff ## Formatter @custom: Format current buffer | f Format and write current buffer | F + +## NERDCommenter @custom: +Toggles the comment state of the selected line(s) | [count]c +Comment out the current line or text selected in visual mode | [count]cc +Toggles the comment state of the selected line(s) individually | [count]ci