diff options
-rw-r--r-- | dot_tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_tmux.conf b/dot_tmux.conf index 3daf5cb..90a88ac 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -55,7 +55,7 @@ set-window-option -g status-right "\"#H\" %H:%M %d-%b" set -g default-terminal "screen-256color" # move tmux copy buffer into x clipboard -bind C-y save-buffer ~/.tmux-buffer \; run "xsel -i -b <~/.tmux-buffer && rm ~/.tmux-buffer" +bind C-y save-buffer ~/.tmux-buffer \; run "wl-copy <~/.tmux-buffer && rm ~/.tmux-buffer" #Copy CLIPBOARD to tmux paste buffer and paste tmux paste buffer bind C-v run "tmux set-buffer -- \"$(xsel -o -b)\"; tmux paste-buffer" |