neovim: toggle comments with Ctrl+/

This commit is contained in:
John Bowdre 2024-12-04 22:08:03 -06:00
parent 0fa0948450
commit e43db52e70
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -3,8 +3,8 @@
enable = true;
settings = {
opleader.line = "<C-b>";
toggler.line = "<C-b>";
opleader.line = "<C-_>";
toggler.line = "<C-_>";
};
};
}
}