|
I would like to set up shortcuts that allow me to comment using the Is it possible to make Thank you! 😊 |
Answered by
numToStr
Oct 31, 2022
Replies: 1 comment 1 reply
If you configured it via But, if you want Beside that, you could use |
1 reply
Answer selected by
lcfd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.