master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 23a3a8f7c6 - Show all commits

View File

@@ -215,6 +215,7 @@ command_center.add({
cmd = '<Plug>(comment_toggle_current_linewise)', cmd = '<Plug>(comment_toggle_current_linewise)',
keybindings = { keybindings = {
{ 'n', '<c-_>', silent_noremap }, { 'n', '<c-_>', silent_noremap },
{ 'n', '<c-c>', silent_noremap },
}, },
}, },
{ {
@@ -222,6 +223,7 @@ command_center.add({
cmd = '<Plug>(comment_toggle_linewise_visual)gv', cmd = '<Plug>(comment_toggle_linewise_visual)gv',
keybindings = { keybindings = {
{ 'x', '<c-_>', silent_noremap }, { 'x', '<c-_>', silent_noremap },
{ 'x', '<c-c>', silent_noremap },
}, },
}, },
{ {