We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vkko
Emacs version: commit a9b28224af0f73d1fe0f422e9b318c5b91af889b (tag: emacs-29.1) Operating System: xubuntu 22.04 Evil version: commit a7ffa73 (HEAD -> master, origin/master, origin/HEAD) Evil installation type: git Graphical/Terminal: buggy in both Tested in a make emacs session (see CONTRIBUTING.md): Yes
make emacs
make terminal
n
M-x cua-selection-mode
Vkkko
that is, enter visual line mode, select some lines and hit o for (cua-)exchange-point-and-mark
o
o should exchange point and mark
o has no effect
Strangely, if I first enter visual block C-v and from there V for visual-line, o works again. But then if I ESC and Vkko directly it doesn't.
C-v
V
Possibly related to #1462 ?
From #86 it seems we should be able to use evil with cua-selection-mode
The text was updated successfully, but these errors were encountered:
Vo
No branches or pull requests
Issue type
Environment
Emacs version: commit a9b28224af0f73d1fe0f422e9b318c5b91af889b (tag: emacs-29.1)
Operating System: xubuntu 22.04
Evil version: commit a7ffa73 (HEAD -> master, origin/master, origin/HEAD)
Evil installation type: git
Graphical/Terminal: buggy in both
Tested in a
make emacs
session (see CONTRIBUTING.md): YesReproduction steps
make emacs
ormake terminal
n
(skip tests)M-x cua-selection-mode
Vkkko
that is, enter visual line mode, select some lines and hit
o
for (cua-)exchange-point-and-markExpected behavior
o
should exchange point and markActual behavior
o
has no effectFurther notes
Strangely, if I first enter visual block
C-v
and from thereV
for visual-line,o
works again. But then if I ESC andVkko
directly it doesn't.Possibly related to #1462 ?
From #86 it seems we should be able to use evil with cua-selection-mode
The text was updated successfully, but these errors were encountered: