From 0457b17a0ebb27dbf096ce28cb25149a9c48e2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=C3=B6rster?= Date: Sat, 23 Apr 2016 20:53:31 +0200 Subject: [PATCH 1/2] Update .tmux.conf --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 6a3c4da..cd34f63 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -140,4 +140,4 @@ bind-key C-b last-window ### special settings for MacOS ########################################## # url: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard -set-option -g default-command "reattach-to-user-namespace -l bash" +#set-option -g default-command "reattach-to-user-namespace -l bash" From 15b61872e74ce22da228bf90d0d85f383d22f2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=C3=B6rster?= Date: Sat, 23 Apr 2016 20:55:12 +0200 Subject: [PATCH 2/2] fix --- .tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index cd34f63..fb92f94 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -28,10 +28,10 @@ set-option -g visual-silence off set-option -g bell-action none # mouse -set-window-option -g mouse-mode on -set-option -g mouse-select-window on -set-option -g mouse-select-pane on -set-option -g mouse-resize-pane on +set -g mode-mouse on +set -g mouse-select-pane on +set -g mouse-resize-pane +set -g mouse-select-window on ##########################################