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