fix: Comment hotkey not working in visual mode
This commit is contained in:
parent
f38d3ede24
commit
fb6bd7bba1
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,9 @@ return {
|
|||
},
|
||||
{
|
||||
"tpope/vim-commentary", -- shortcut to comment a line
|
||||
keys = { "gc" },
|
||||
keys = {
|
||||
{ "gc", mode = { "n", "v", "i" } },
|
||||
},
|
||||
},
|
||||
{
|
||||
"dstein64/vim-startuptime",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue