tmux/splitHP

14 lines
311 B
Plaintext
Raw Normal View History

# New session with first window in ~
new -d -s0 -nhome
# New window 0:1 with htop (refresh every minute)
neww -d -nht0p 'exec htop -d 600'
# New window 0:2 for remote weechat
neww -d -nwee
# New window 0:3 for git repositories
neww -d -ngit -c '/home/jegardai/depot'
# Default window: 0:2
select-window -t 2