nvim: C-/ works out of tmux
This commit is contained in:
parent
3c37004e9d
commit
592b8e4b09
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ return {
|
||||||
{
|
{
|
||||||
"numToStr/Comment.nvim",
|
"numToStr/Comment.nvim",
|
||||||
keys = {
|
keys = {
|
||||||
{ "<C-_>", "<Plug>(comment_toggle_linewise_current)" },
|
{ "<C-/>", "<Plug>(comment_toggle_linewise_current)" },
|
||||||
{ "<C-_>", "<Plug>(comment_toggle_linewise_visual)", mode = "v" },
|
{ "<C-/>", "<Plug>(comment_toggle_linewise_visual)", mode = "v" },
|
||||||
},
|
},
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"JoosepAlviste/nvim-ts-context-commentstring",
|
"JoosepAlviste/nvim-ts-context-commentstring",
|
||||||
|
|
Loading…
Reference in a new issue