mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 10:52:18 +00:00
neovim: toggle comments with Ctrl+/
This commit is contained in:
parent
0fa0948450
commit
e43db52e70
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
|||
enable = true;
|
||||
|
||||
settings = {
|
||||
opleader.line = "<C-b>";
|
||||
toggler.line = "<C-b>";
|
||||
opleader.line = "<C-_>";
|
||||
toggler.line = "<C-_>";
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue