Add .tmux-sessionizer
This commit is contained in:
parent
ce93771d7f
commit
aee0f6dc4b
1 changed files with 8 additions and 0 deletions
8
.tmux-sessionizer
Executable file
8
.tmux-sessionizer
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
tmux new-window -dn scratch
|
||||
tmux new-window -dn server
|
||||
|
||||
tmux send-keys -t server "nix run" Enter
|
||||
|
||||
nvim .
|
Loading…
Add table
Add a link
Reference in a new issue