]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/tmux/files/tmux.conf
Merge branch 'master' of git.friedersdorff.com:max/saltfiles into master
[max/saltfiles.git] / states / tmux / files / tmux.conf
index 82d3cce018c86f927c96507d46f041fc75843390..1afd5dc19a3743c1784c9c40eb441d272d6c87c7 100644 (file)
@@ -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 
@@ -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"