-
|
I would like to set up shortcuts that allow me to comment using the Is it possible to make Thank you! 😊 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you configured it via But, if you want Beside that, you could use |
Beta Was this translation helpful? Give feedback.
If you configured it via
opleader.linethen it should also work in visual mode, including normal mode.But, if you want
<leader>1to only work in visual mode (no normal mode) then it's not possible to configure viasetup().Beside that, you could use
:h comment.plugmapsto define your own custom keybindings.