dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 4110c35a79dc365e70d0b1ca57983fbeee7a8e76
parent cf093ecbc56c14162ca3ba7d9b68dd39ac8be7a0
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Fri,  3 Jun 2016 09:42:07 -0700

Merge branch 'master' of github.com:anders-dc/dotfiles

Diffstat:
Mbin/tmux-utility.sh | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/bin/tmux-utility.sh b/bin/tmux-utility.sh @@ -14,13 +14,16 @@ then tmux split-window -h -t $SESSION tmux send-keys -t $SESSION 'fortune' C-m - tmux split-window -h -t $SESSION + tmux select-pane -t $SESSION:1.1 + tmux split-window -v -t $SESSION tmux send-keys -t $SESSION 'vimpc' C-m - tmux split-window -h -t $SESSION + tmux select-pane -t $SESSION:1.3 + tmux split-window -v -t $SESSION tmux send-keys -t $SESSION 'mosh ad@idkfa.ucsd.edu' C-m - tmux select-layout tiled + #tmux select-layout tiled + tmux select-pane -t $SESSION:1.1 #tmux send-keys -t $SESSION 'irc.sh' C-m # process in first pane #tmux split-window -h -p 65 -t $SESSION # horizontal split