nvim: fix tmux key bindings
This commit is contained in:
parent
bbca481fc4
commit
58e973e0f1
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue