From 126a6b1e57d202e9cb81154c3d9b4394fa9dbddc Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Thu, 15 May 2014 18:57:29 +0200 Subject: [PATCH] Disabled some MacOSX-ism --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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