> (evil-define-text-object evil-a-comment () > "Select a comment." > (list (evil-comment-beginning) (evil-comment-end))) > > (define-key evil-outer-text-objects-map "c" 'evil-a-comment) This works for emacs lisp comments but not for C/C++ comments at all, it would nice if this can be fixed. York