Feat: add tmuxp session for viescopytex
This commit is contained in:
parent
3d30a61434
commit
11fe6c9eb1
20
files/dotfiles/tmuxp/viescopytex.yml
Normal file
20
files/dotfiles/tmuxp/viescopytex.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
session_name: viescopytex
|
||||||
|
start_directory: ~/scripts/viescopytex/
|
||||||
|
shell_command_before: source venv/bin/activate.fish
|
||||||
|
|
||||||
|
|
||||||
|
windows:
|
||||||
|
- window_name: Editor
|
||||||
|
focus: true
|
||||||
|
panes:
|
||||||
|
- vim -c NERDTree
|
||||||
|
- window_name: Server
|
||||||
|
layout: main-vertical
|
||||||
|
panes:
|
||||||
|
- git fetch && git status
|
||||||
|
- tig
|
||||||
|
- window_name: Testing
|
||||||
|
layout: main-vertical
|
||||||
|
panes:
|
||||||
|
- blank
|
||||||
|
- blank
|
Loading…
Reference in New Issue
Block a user