From fa3922f887afd2dfc441a2922f88cb80572fea95 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 15 Dec 2020 14:33:06 +0100 Subject: [PATCH] Feat: update tmuxp config --- files/dotfiles/tmuxp/bopytex.yml | 7 +++---- files/dotfiles/tmuxp/enseignement.yml | 4 ++++ files/dotfiles/tmuxp/mapytex.yml | 7 +++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/files/dotfiles/tmuxp/bopytex.yml b/files/dotfiles/tmuxp/bopytex.yml index 66ee989..dc7e3db 100644 --- a/files/dotfiles/tmuxp/bopytex.yml +++ b/files/dotfiles/tmuxp/bopytex.yml @@ -1,13 +1,12 @@ session_name: bopytex start_directory: ~/scripts/Bopytex/ -shell_command_before: source venv/bin/activate.fish windows: - window_name: Editor focus: true panes: - - vim -c NERDTree + - nvim - window_name: Server layout: main-vertical panes: @@ -16,5 +15,5 @@ windows: - window_name: Testing layout: main-vertical panes: - - blank - - blank + - source ~/.venv/bopytex/bin/activate.fish + - source ~/.venv/bopytex/bin/activate.fish diff --git a/files/dotfiles/tmuxp/enseignement.yml b/files/dotfiles/tmuxp/enseignement.yml index f417567..057c59a 100644 --- a/files/dotfiles/tmuxp/enseignement.yml +++ b/files/dotfiles/tmuxp/enseignement.yml @@ -13,3 +13,7 @@ windows: - git status - blank - vifm . . + - window_name: Notes + focus: true + panes: + - cd ../Notes diff --git a/files/dotfiles/tmuxp/mapytex.yml b/files/dotfiles/tmuxp/mapytex.yml index 814b246..d108c35 100644 --- a/files/dotfiles/tmuxp/mapytex.yml +++ b/files/dotfiles/tmuxp/mapytex.yml @@ -1,13 +1,12 @@ session_name: mapytex start_directory: ~/scripts/Mapytex/ -shell_command_before: source venv/bin/activate.fish windows: - window_name: Editor focus: true panes: - - vim -c NERDTree + - nvim - window_name: Server layout: main-vertical panes: @@ -16,5 +15,5 @@ windows: - window_name: Testing layout: main-vertical panes: - - blank - - blank + - source ~/.venv/mapytex/bin/activate.fish + - source ~/.venv/mapytex/bin/activate.fish