Last active
May 31, 2026 01:40
-
-
Save takscape/e7a89aa966781e14ae9dc00fdf1ab19d to your computer and use it in GitHub Desktop.
tmux.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set -s set-clipboard on | |
| set -g focus-events on | |
| set -sa terminal-features ',xterm-256color:RGB' | |
| set -g mouse on | |
| bind y run-shell "wl-paste -n | tmux load-buffer - && tmux paste-buffer -p && tmux delete-buffer" | |
| bind -n MouseDown2Pane run-shell "wl-paste -n | tmux load-buffer - && tmux paste-buffer -p && tmux delete-buffer" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment