Removing fancy if statements because I can't get them to work

This commit is contained in:
David Thurstenson 2017-04-28 09:30:53 -05:00
parent 619da42387
commit 990f2d2cac
1 changed files with 0 additions and 2 deletions

View File

@ -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