mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
12 lines
217 B
YAML
12 lines
217 B
YAML
|
# tmuxp config for general dev
|
||
|
|
||
|
session_name: dot
|
||
|
windows:
|
||
|
- window_name: editor
|
||
|
shell_command_before:
|
||
|
- cd ~/.local/share/chezmoi
|
||
|
panes:
|
||
|
- shell_command:
|
||
|
- nvim
|
||
|
- window_name: term
|