Skip to content

Instantly share code, notes, and snippets.

@fmount
Created August 3, 2017 10:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmount/1bff0871e1982a87def2914a4c30b756 to your computer and use it in GitHub Desktop.
Save fmount/1bff0871e1982a87def2914a4c30b756 to your computer and use it in GitHub Desktop.
taskwarrior-tmux-latyout
# Load default .tmux.conf
source-file ~/.tmux.conf
split-window -v -p 45 -c ~/
select-pane -t 0
#send-keys 'ls -lart' Enter
split-window -h -p 50 -c ~/
select-pane -t 1
split-window -v -p 50 -c ~/
# Send commands to the created panes
select-pane -t 0
send-keys 'task ls' Enter
select-pane -t 1
send-keys 'task summary' Enter
select-pane -t 2
send-keys 'task calendar' Enter
select-pane -t 3
send-keys 'task burndown.monthly' Enter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment