From b2f2a3c601c01737ca77c46dda8828e542a47054 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sun, 29 Nov 2020 07:42:09 +0100 Subject: [PATCH 1/2] Fix: update alacritty config add -> numpadadd --- files/dotfiles/alacritty/alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/dotfiles/alacritty/alacritty.yml b/files/dotfiles/alacritty/alacritty.yml index fe68e95..20d781d 100644 --- a/files/dotfiles/alacritty/alacritty.yml +++ b/files/dotfiles/alacritty/alacritty.yml @@ -87,7 +87,7 @@ key_bindings: - { key: C, mods: Control|Shift, action: Copy } - { key: Key0, mods: Control, action: ResetFontSize } - { key: Equals, mods: Control, action: IncreaseFontSize } - - { key: Add, mods: Control, action: IncreaseFontSize } - - { key: Subtract, mods: Control, action: DecreaseFontSize } + - { key: NumpadAdd, mods: Control, action: IncreaseFontSize } + - { key: NumpadSubtract, mods: Control, action: DecreaseFontSize } - { key: Minus, mods: Control, action: DecreaseFontSize } - { key: N, mods: Control, action: SpawnNewInstance } From fa3922f887afd2dfc441a2922f88cb80572fea95 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 15 Dec 2020 14:33:06 +0100 Subject: [PATCH 2/2] 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