mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 09:01:11 +00:00
14 lines
335 B
Lua
14 lines
335 B
Lua
require('Comment').setup({
|
|
toggler = {
|
|
-- if you're using other terminals use '<C-_>' but for some reason in kitty this didn't work, so i used '<C-/>'
|
|
line = '<C-/>',
|
|
block = '<C-\\>',
|
|
},
|
|
opleader = {
|
|
-- look at the comment above
|
|
line = '<C-/>',
|
|
block = '<C-\\>',
|
|
},
|
|
})
|
|
|