From 13909efa885afb08b3eb91e909001c670016f350 Mon Sep 17 00:00:00 2001 From: Nydragon <6582485n@proton.me> Date: Fri, 5 Jan 2024 10:04:24 +0900 Subject: [PATCH] add xdg portal configs and dotter improvement --- nvim/cheatsheet.txt | 5 +++++ 1 file changed, 5 insertions(+) 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