nvim: C-/ works out of tmux

This commit is contained in:
Daniel Lundin 2023-03-08 11:08:27 +01:00
parent 3c37004e9d
commit 592b8e4b09

View file

@ -70,8 +70,8 @@ return {
{
"numToStr/Comment.nvim",
keys = {
{ "<C-_>", "<Plug>(comment_toggle_linewise_current)" },
{ "<C-_>", "<Plug>(comment_toggle_linewise_visual)", mode = "v" },
{ "<C-/>", "<Plug>(comment_toggle_linewise_current)" },
{ "<C-/>", "<Plug>(comment_toggle_linewise_visual)", mode = "v" },
},
dependencies = {
"JoosepAlviste/nvim-ts-context-commentstring",