Merge branch 'master' of git_opytex:/lafrite/Ansible_workstation

This commit is contained in:
Bertrand Benjamin 2021-01-02 17:11:54 +01:00
commit 55c59a8efc
4 changed files with 12 additions and 10 deletions

View File

@ -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 }

View File

@ -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

View File

@ -13,3 +13,7 @@ windows:
- git status
- blank
- vifm . .
- window_name: Notes
focus: true
panes:
- cd ../Notes

View File

@ -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