tmux/tmuxp: Create a separate tmux session for Haskell
This commit is contained in:
parent
dffb4856d1
commit
71873b1177
2 changed files with 23 additions and 0 deletions
|
@ -4,3 +4,4 @@ tmuxp load -d personal
|
|||
tmuxp load -d gstreamer
|
||||
tmuxp load -d work
|
||||
tmuxp load -d audio-dev
|
||||
tmuxp load -d haskell
|
||||
|
|
22
tmuxp/.config/tmuxp/haskell.yaml
Normal file
22
tmuxp/.config/tmuxp/haskell.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
session_name: Haskell
|
||||
windows:
|
||||
- window_name: Haskell-1
|
||||
start_directory: "~/GitSources/Haskell"
|
||||
panes:
|
||||
-
|
||||
- window_name: Haskell-2
|
||||
start_directory: "~/GitSources/Haskell"
|
||||
panes:
|
||||
-
|
||||
- window_name: Haskell-3
|
||||
start_directory: "~/GitSources/Haskell"
|
||||
panes:
|
||||
-
|
||||
- window_name: Haskell-4
|
||||
start_directory: "~/GitSources/Haskell"
|
||||
panes:
|
||||
-
|
||||
- window_name: Haskell-5
|
||||
start_directory: "~/GitSources/Haskell"
|
||||
panes:
|
||||
-
|
Loading…
Reference in a new issue