nix/home/config/nvim/module/key/Comment.nix
2024-11-06 01:07:30 +03:00

7 lines
102 B
Nix

{ ... }: {
text = ''
remap_normal("<Leader>/", "gcc<cr>")
remap_visual("<Leader>/", "gc")
'';
}