mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 19:02:17 +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;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
opleader.line = "<C-b>";
|
opleader.line = "<C-_>";
|
||||||
toggler.line = "<C-b>";
|
toggler.line = "<C-_>";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue