X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Ftmux%2Ffiles%2Ftmux.conf;h=1c5198af031e08ee7dfd3bf830012c9ecba33c40;hb=1684323f845e791a553333305fafb28d91f5f4b1;hp=1afd5dc19a3743c1784c9c40eb441d272d6c87c7;hpb=6a70872e84455edaec528c3575e6f924aef31351;p=max%2Fsaltfiles.git diff --git a/states/tmux/files/tmux.conf b/states/tmux/files/tmux.conf index 1afd5dc..1c5198a 100644 --- a/states/tmux/files/tmux.conf +++ b/states/tmux/files/tmux.conf @@ -41,9 +41,9 @@ set -g allow-rename off #bind C-y run "tmux save-buffer - | xclip -i" #move wayland clipbord into tmux buffer -bind C-p run "tmux set-buffer \"$(wl-paste)\"" +bind C-p run "tmux set-buffer \"$(wm_paste)\"" # move tmux copy buffer into wayland clipboard -bind C-y run "tmux save-buffer - | wl-copy > /dev/null" +bind C-y run "tmux save-buffer - | wm_copy"