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

8 lines
108 B
Nix
Raw Permalink Normal View History

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