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