From 4ce7e4e5b4d1fbce45f2e1fca17903d0c7bf3a2e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 28 Dec 2023 21:57:16 -0500 Subject: xsel -> wl-copy in tmux --- dot_tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_tmux.conf') 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" -- cgit v1.2.3