tmux, some refactoring

This commit is contained in:
Till 2024-01-13 01:14:24 +01:00
parent d994ac0650
commit ba0a7c40fa
9 changed files with 90 additions and 8 deletions

6
home/tmux/jekyll.conf Normal file
View file

@ -0,0 +1,6 @@
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"