Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Is this command bind-key C-p run-shell "xclip -o | tmux load-buffer - ; tmux paste-buffer", still valid? for tmux>2.4 Commented May 30, 2018 at 19:31
  • Maybe I'm too new to to tmux but I didn't understand how to use it on linux: I've added this: <bind-key C-y run-shell "tmux save-buffer - | xclip -i -r > /dev/null" \; display-message "Copied tmux buffer to selection"> And after seeing I've copied data to my buffer, I'm trying to press C-P for pasting which doesn't paste the stuff I have in the buffer... help? Commented Mar 9, 2022 at 12:17