From 990f2d2cac3d8f5d657d67773588c1ee06050dad Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Fri, 28 Apr 2017 09:30:53 -0500 Subject: [PATCH] Removing fancy if statements because I can't get them to work --- .tmux.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 849f5ed..cca6cf6 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,7 +3,6 @@ set -g default-terminal "tmux-256color" # Set up default session, attach to an existing one if available new -As0 -%if #{==:#{window_panes},1} # Split window splitw -v -p 60 splitw -h -p 50 @@ -12,7 +11,6 @@ send -t 0:0.0 'weechat' Enter send -t 0:0.2 'vifm' Enter # Set focus on pane 1 selectp -t 0:0.1 -%endif set-option -g assume-paste-time 1 set-option -g base-index 1