vim9script # Maintainer: Maxim Kim # Last Update: 2024-04-26 import autoload 'comment.vim' nnoremap gc comment.Toggle() xnoremap gc comment.Toggle() nnoremap gcc comment.Toggle() .. '_'