omniflake/home/tmux/jekyll.conf
2024-01-13 01:14:24 +01:00

6 lines
196 B
Text

split-window -c '#{pane_current_path}' -h nix-shell
send-keys "jekyll serve" Enter
resize-pane -x 40%
split-pane -c '#{pane_current_path}' "git status; fish"
select-pane -L
rename-window "jekyll"