emacs-evil / evil

The extensible vi layer for Emacs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Visual Mode command: v_g_CTRL-A

distobs opened this issue · comments

Thank you devs for your amazing work!

Issue type

  • Enhancement request

Environment

Emacs version: GNU Emacs 29.1
Operating System: EndeavourOS
Evil version: 1.15.0
Evil installation type: MELPA
Graphical/Terminal: Graphical
Tested in a make emacs session (see CONTRIBUTING.md): No

Reproduction steps

  • Start Emacs.
  • Start Evil.
  • Write something like this in the scratch buffer:
0
0
0
0
  • Select the numbers using Visual Block mode.
  • Type the "g <c-a>" command while still on Visual mode.

Expected behavior

Actual behavior

  • The command is undefined.

Further notes

Have you seen https://github.com/juliapath/evil-numbers?

@tomdl89

Nope! I will look into it, thank you very much!

It worked! I think this can be closed.