nix/home/config/nvim/module/key/Comment.nix

7 lines
102 B
Nix
Raw Normal View History

2024-06-23 04:55:57 +03:00
{ ... }: {
text = ''
remap_normal("<Leader>/", "gcc<cr>")
remap_visual("<Leader>/", "gc")
2024-04-06 03:03:58 +03:00
'';
}