Skip to content
Discussion options

You must be logged in to vote

I don't think that functionality exists exactly as you describe however I can try to offer a couple other solutions that may help you achieve a smoother workflow here.

  1. Do all your selections at once using s with some regex, then use :yank-join to get all selected, A-d to delete without putting text in register, then move to your other buffer and paste with p.

  2. This is more what I do more generally. I have two buffers open side by side with a split. I have a keybind to easily jump between them:

[keys.normal]
H = "jump_view_left"
L = "jump_view_right"

Then I just do you describe where it is "too much work" except much faster with the split and keybind

I know it's not exactly what you w…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@keshavbasanwal
Comment options

Answer selected by keshavbasanwal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants