X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Ftmux%2Ffiles%2Ftmux.conf;h=1c5198af031e08ee7dfd3bf830012c9ecba33c40;hb=0e2c98996e74cdf5d079fc423e48c42194782342;hp=3b17d1a72235e1a0f9f4d5b85690b5aa9c442a23;hpb=eba2a700b3f661370ab4dfee185e1c87f30c904a;p=max%2Fsaltfiles.git diff --git a/states/tmux/files/tmux.conf b/states/tmux/files/tmux.conf index 3b17d1a..1c5198a 100644 --- a/states/tmux/files/tmux.conf +++ b/states/tmux/files/tmux.conf @@ -3,7 +3,7 @@ set -g mode-keys vi set -g history-limit 10000 -set -g default-command /bin/bash +set -g default-command $SHELL unbind C-b set -g prefix C-a @@ -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"