tmux, some refactoring
This commit is contained in:
parent
d994ac0650
commit
ba0a7c40fa
9 changed files with 90 additions and 8 deletions
6
home/tmux/jekyll.conf
Normal file
6
home/tmux/jekyll.conf
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue