add xdg portal configs and dotter improvement

This commit is contained in:
Nydragon 2024-01-05 10:04:24 +09:00
parent a4af16f614
commit 13909efa88

View file

@ -4,3 +4,8 @@ Search, Preview and Open file | <leader>ff
## 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