Removing fancy if statements because I can't get them to work
This commit is contained in:
parent
619da42387
commit
990f2d2cac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue