Skip to main content

Questions tagged [yank]

Emacs' name for 'paste' (the one that goes together with copy).

1 vote
1 answer
72 views

I would like to append .*? in isearch-forward-regexp search string when I press TAB key. I have tried ;; Insert .*? on space inside isearch regexp (define-key isearch-mode-map (kbd "<tab>&...
Rittwik Chatterjee's user avatar
0 votes
0 answers
24 views

I have made a serious error and pasting from the right-click menu does not behave as C-y does. I could bisect my config files and find the source of the error, but I would rather figure out what ...
J. Mini's user avatar
  • 265
1 vote
1 answer
156 views

It's often the case that I want to move a code block from one place to another that has a different level of indent. Here's an example Haskell snippet: someFunc = withSystemTempDirectory "test&...
Atemu's user avatar
  • 352
1 vote
2 answers
76 views

I'd like to have occur's prompt in the minibuffer do the same that isearch does: C-w inserts the word at point in the main buffer into the minibuffer prompt. That keybinding, when doing isearch, calls ...
Dan Drake's user avatar
  • 809
0 votes
1 answer
81 views

I have the following configuration in my init.el: (use-package delsel :demand t :config (delete-selection-mode +1)) When I do yank-pop with M-y while a region is selected, it deletes the ...
Mehdi Khawari's user avatar
0 votes
1 answer
151 views

This is my emacs init file. As you see, I use command counsel-yank-pop. And I even did a keybinding for it with: ;; =counsel-yank-pop= enhances built-in =yank-pop=. (global-set-key (kbd "M-y"...
Pedro Delfino's user avatar
4 votes
3 answers
2k views

I'm just not able able to replicate the answer on this. Starting with: lipsum I do (my interpretaton): Alt-W over the word (copy) Enter (new line) Ctrl-Y (paste) Alt-2 Ctrl-X z (repeat last two ...
user avatar
0 votes
2 answers
310 views

I am using Emacs 27.1 (GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0) of 2021-03-28, modified by Debian). When I hover the mouse pointer over the "copy&...
buhtz's user avatar
  • 789

15 30 50 per page
1
2 3 4 5 6