Compare commits

...

2 Commits

2 changed files with 5 additions and 1 deletions

4
layouts/2vt Normal file
View File

@ -0,0 +1,4 @@
# vim: ft=tmux
select-pane -t 0
split-window -v -p 34
select-pane -t 1

View File

@ -19,7 +19,7 @@ set -g display-time 4000
set -g status-interval 5
# Upgrade $TERM
set -g default-terminal "screen-256color"
set -g default-terminal "tmux-256color"
# Focus events enabled for terminals that support them
set -g focus-events on