Skip to content

Commit

Permalink
[tmux] add chrono.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
sidneyw committed Nov 18, 2023
1 parent 88250f6 commit a9e0916
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tmux/configs/chrono.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
split-window -v -p 20
send-keys "update-monorepo"

split-window -h -p 50

new-window -n Shell

select-window -t 1
select-pane -t 1
send-keys "nvim" C-m

select-pane -t 3
send-keys "glogin" C-m

0 comments on commit a9e0916

Please sign in to comment.