Skip to content

Instantly share code, notes, and snippets.

@luxzeitlos
Created November 3, 2018 23:03
Show Gist options
  • Save luxzeitlos/ee95e644fed528d0700a5bdd2ffd392d to your computer and use it in GitHub Desktop.
Save luxzeitlos/ee95e644fed528d0700a5bdd2ffd392d to your computer and use it in GitHub Desktop.
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xsel -i --clipboard"
bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xsel -i --clipboard"
bind ] run-shell "xsel --clipboard | tmux load-buffer - ; tmux paste-buffer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment