X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Ftmux%2Ffiles%2Ftmux.conf;h=3b17d1a72235e1a0f9f4d5b85690b5aa9c442a23;hb=eba2a700b3f661370ab4dfee185e1c87f30c904a;hp=82d3cce018c86f927c96507d46f041fc75843390;hpb=97575a7c523ed6ef66da179424bf9cf866bcb80d;p=max%2Fsaltfiles.git diff --git a/states/tmux/files/tmux.conf b/states/tmux/files/tmux.conf index 82d3cce..3b17d1a 100644 --- a/states/tmux/files/tmux.conf +++ b/states/tmux/files/tmux.conf @@ -43,7 +43,7 @@ set -g allow-rename off #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" +bind C-y run "tmux save-buffer - | wl-copy > /dev/null"