X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmux%2F.tmux.conf;h=a16b2beed6953652b17c66a29ed19f93845bf59c;hb=5f8135d931908809a284f939f8e1a5a11b786a26;hp=f0c331b9c4655916c704d670cc3fe8365eed400c;hpb=288e14def42a89799df84e64d56534cf1c012db4;p=max%2Fdotfiles.git diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index f0c331b..a16b2be 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -35,10 +35,15 @@ set -g mouse on # Dont rename windows (allows setting mail for instance) set -g allow-rename off -# move x clipboard into tmux buffer -bind C-p run "tmux set-buffer \"$(xclip -o)\"" -# move tmux copy buffer into x clipboard -bind C-y run "tmux save-buffer - | xclip -i" +## move x clipboard into tmux buffer +#bind C-p run "tmux set-buffer \"$(xclip -o)\"" +## move tmux copy buffer into x clipboard +#bind C-y run "tmux save-buffer - | xclip -i" + +#move wayland clipbord into tmux buffer +bind C-p run "tmux set-buffer \"$(wl-paste)\"" +# move tmux copy buffer into wayland clipboard +bind C-y run "tmux save-buffer - | wl-copy"