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 f948a3ada181283c3ec69ebd3eff9d239f1b5ac8
parent 38dd4d8f9960460eedf5882ac3392f86844995b5
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 10 Jun 2014 10:21:16 +0200

remove mutt pane

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

diff --git a/bin/tmux-utility.sh b/bin/tmux-utility.sh @@ -8,13 +8,12 @@ then # Create new session, name it, name the window, detach tmux new-session -s $SESSION -n misc -d - tmux send-keys -t $SESSION 'mutt' C-m # process in first pane + #tmux send-keys -t $SESSION 'mutt' C-m # process in first pane + tmux send-keys -t $SESSION 'vimpc' C-m # process in first pane tmux split-window -h -p 60 -t $SESSION # horizontal split #tmux split-window -v -p 10 -t $SESSION # bottom right #tmux send-keys -t $SESSION 'htop' C-m tmux select-pane -t $SESSION:1.1 # select first pane - tmux split-window -v -p 60 -t $SESSION # create a pane below first pane - tmux send-keys -t $SESSION 'ncmpcpp' C-m # process in second pane tmux split-window -v -p 66 -t $SESSION # create a pane below second pane tmux send-keys -t $SESSION 'htop' C-m # process in third pane tmux split-window -v -p 70 -t $SESSION # create a pane below second pane