Commenting out default invocation as my usage of tmux has changed

This commit is contained in:
David Thurstenson 2020-06-03 04:56:15 -05:00
parent 3203265375
commit 5c457f7afa
1 changed files with 7 additions and 7 deletions

View File

@ -1,16 +1,16 @@
set -g default-terminal "tmux-256color"
#set -g default-terminal "tmux-256color"
# Set up default session, attach to an existing one if available
new -As0
#new -As0
# Split window
splitw -v -p 60
splitw -h -p 50
#splitw -v -p 60
#splitw -h -p 50
# Start programs
send -t 0:0.0 'weechat' Enter
send -t 0:0.2 'vifm' Enter
#send -t 0:0.0 'weechat' Enter
#send -t 0:0.2 'vifm' Enter
# Set focus on pane 1
selectp -t 0:0.1
#selectp -t 0:0.1
set-option -g assume-paste-time 1
set-option -g base-index 1