diff --git a/.tmux.conf b/.tmux.conf index d15d2e9..2ed9e48 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -53,7 +53,7 @@ set -g mouse-resize-pane on set -g mouse-select-window on # Make copy-paste work -set -g default-command "reattach-to-user-namespace -l bash" +#set -g default-command "reattach-to-user-namespace -l bash" # Setup 'v' to begin selection as in Vim bind-key -t vi-copy v begin-selection