this post was submitted on 17 Oct 2023
2 points (100.0% liked)

Emacs

310 readers
1 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

When I use isearch-forward with cua keybindings enabled, then I still have to paste the text searched for in the minibuffer with C-y. When I use C-v then it pastes the text in the current buffer and not in the minibuffer. Is this correct behavior?

top 2 comments
sorted by: hot top controversial new old
[–] 7890yuiop@alien.top 2 points 11 months ago (1 children)

I assume you're talking about the scenario where you want to search for the contents of the kill ring (so C-s C-y for normal bindings).

That sounds like a deficiency of cua-mode to me; I think it seems reasonable for C-v to behave like C-y in that situation.

You can M-x report-emacs-bug if there isn't an existing bug report for that.

[–] cosmologica101@alien.top 1 points 11 months ago

Thank you! ;) I will try the M-x report-emacs-bug.