diff --git a/tmux.conf b/tmux.conf index e26552c..9b3f1da 100644 --- a/tmux.conf +++ b/tmux.conf @@ -54,9 +54,6 @@ setw -g mode-mouse on set-option -g mouse-select-pane on set-option -g mouse-resize-pane on -# Start new-session as default -new-session - # resize only if actively looking setw -g aggressive-resize on @@ -98,3 +95,7 @@ bind m run "tmux-zoom.sh" # Fix for emacs and the like set -s escape-time 0 + +# Start new-session as default +new-session +