From 21021eb96cd38c3fcf74c6dd191f9bd90ac8e9b0 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 7 Jun 2017 17:20:54 +0200 Subject: [PATCH] Fix tmux startup on Cygwin The clipboard fix was preventing tmux from starting on Cygwin. Removing the configuration line solves the problem. --- tmux.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tmux.conf b/tmux.conf index 7fbc5b6..774ecda 100644 --- a/tmux.conf +++ b/tmux.conf @@ -35,11 +35,6 @@ setw -g automatic-rename on # automatically rename windows setw -g mouse on # enable mouse support setw -g pane-base-index 1 # start pane numbering from 1 -# Fix for clipboard in vim running inside tmux: -# See http://stackoverflow.com/a/40154047 -# See https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard -set -g default-command "reattach-to-user-namespace -l $SHELL" - # # Status bar #