Nvim: Remove old comment shortcut in favor of gcc.

This commit is contained in:
Dmitry Voronin 2024-11-07 00:01:23 +03:00
parent 2a9e12a437
commit 9236cf796b
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 0 additions and 7 deletions

View file

@ -77,7 +77,6 @@ in {
./module/key/Buffer.nix
./module/key/Cmd.nix
./module/key/Colorscheme.nix
./module/key/Comment.nix
./module/key/Filetree.nix
./module/key/Gitsigns.nix
./module/key/Navigation.nix

View file

@ -1,6 +0,0 @@
{ ... }: {
text = ''
remap_normal("<Leader>/", "gcc<cr>")
remap_visual("<Leader>/", "gc")
'';
}