Skip to content

Instantly share code, notes, and snippets.

@takscape
Last active May 31, 2026 01:40
Show Gist options
  • Select an option

  • Save takscape/e7a89aa966781e14ae9dc00fdf1ab19d to your computer and use it in GitHub Desktop.

Select an option

Save takscape/e7a89aa966781e14ae9dc00fdf1ab19d to your computer and use it in GitHub Desktop.
tmux.conf
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