Feat: import tmux config
This commit is contained in:
19
tmux/.tmuxp/enseignement.yml
Normal file
19
tmux/.tmuxp/enseignement.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
session_name: enseignement
|
||||
start_directory: ~/Cours/2020-2021/Contenus/
|
||||
shell_command_before: source config.fish
|
||||
|
||||
windows:
|
||||
- window_name: Editor
|
||||
focus: true
|
||||
panes:
|
||||
- nvim
|
||||
- window_name: Commands
|
||||
layout: tiled
|
||||
panes:
|
||||
- git status
|
||||
- blank
|
||||
- vifm . .
|
||||
- window_name: Notes
|
||||
focus: true
|
||||
panes:
|
||||
- cd ../Notes
|
||||
Reference in New Issue
Block a user