
Triple-click the Left Mouse Button on a line to select the whole line and copy it into the primary selection.Double-click the Left Mouse Button on a word to select the word and copy it into the primary selection.

Click and drag with the Left Mouse Button to select some text and copy it into the primary selection.

Paste with the primary selection and system clipboard like you would in any # Initialize TMUX plugin manager (keep this line at the very bottom of nf)īy default if you’re running tmux in GNOME Terminal or st you can copy and # window system you have to replace the `xsel` commands with somethingīind -T copy-mode DoubleClick1Pane select-pane \ send -X select-word \ send -X copy-pipe-no-clear "xsel -i"īind -T copy-mode-vi DoubleClick1Pane select-pane \ send -X select-word \ send -X copy-pipe-no-clear "xsel -i"īind -n DoubleClick1Pane select-pane \ copy-mode -M \ send -X select-word \ send -X copy-pipe-no-clear "xsel -i"īind -T copy-mode TripleClick1Pane select-pane \ send -X select-line \ send -X copy-pipe-no-clear "xsel -i"īind -T copy-mode-vi TripleClick1Pane select-pane \ send -X select-line \ send -X copy-pipe-no-clear "xsel -i"īind -n TripleClick1Pane select-pane \ copy-mode -M \ send -X select-line \ send -X copy-pipe-no-clear "xsel -i"īind -n MouseDown2Pane run "tmux set-buffer -b primary_selection \"$(xsel -o)\" tmux paste-buffer -b primary_selection tmux delete-buffer -b primary_selection"īind -T copy-mode C-c send -X copy-pipe-no-clear "xsel -i -clipboard"īind -T copy-mode-vi C-c send -X copy-pipe-no-clear "xsel -i -clipboard"
