6 lines
196 B
Text
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"
|