Merge branch 'master' of git_opytex:/lafrite/Ansible_workstation
This commit is contained in:
commit
55c59a8efc
@ -87,7 +87,7 @@ key_bindings:
|
|||||||
- { key: C, mods: Control|Shift, action: Copy }
|
- { key: C, mods: Control|Shift, action: Copy }
|
||||||
- { key: Key0, mods: Control, action: ResetFontSize }
|
- { key: Key0, mods: Control, action: ResetFontSize }
|
||||||
- { key: Equals, mods: Control, action: IncreaseFontSize }
|
- { key: Equals, mods: Control, action: IncreaseFontSize }
|
||||||
- { key: Add, mods: Control, action: IncreaseFontSize }
|
- { key: NumpadAdd, mods: Control, action: IncreaseFontSize }
|
||||||
- { key: Subtract, mods: Control, action: DecreaseFontSize }
|
- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize }
|
||||||
- { key: Minus, mods: Control, action: DecreaseFontSize }
|
- { key: Minus, mods: Control, action: DecreaseFontSize }
|
||||||
- { key: N, mods: Control, action: SpawnNewInstance }
|
- { key: N, mods: Control, action: SpawnNewInstance }
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
session_name: bopytex
|
session_name: bopytex
|
||||||
start_directory: ~/scripts/Bopytex/
|
start_directory: ~/scripts/Bopytex/
|
||||||
shell_command_before: source venv/bin/activate.fish
|
|
||||||
|
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
- window_name: Editor
|
- window_name: Editor
|
||||||
focus: true
|
focus: true
|
||||||
panes:
|
panes:
|
||||||
- vim -c NERDTree
|
- nvim
|
||||||
- window_name: Server
|
- window_name: Server
|
||||||
layout: main-vertical
|
layout: main-vertical
|
||||||
panes:
|
panes:
|
||||||
@ -16,5 +15,5 @@ windows:
|
|||||||
- window_name: Testing
|
- window_name: Testing
|
||||||
layout: main-vertical
|
layout: main-vertical
|
||||||
panes:
|
panes:
|
||||||
- blank
|
- source ~/.venv/bopytex/bin/activate.fish
|
||||||
- blank
|
- source ~/.venv/bopytex/bin/activate.fish
|
||||||
|
@ -13,3 +13,7 @@ windows:
|
|||||||
- git status
|
- git status
|
||||||
- blank
|
- blank
|
||||||
- vifm . .
|
- vifm . .
|
||||||
|
- window_name: Notes
|
||||||
|
focus: true
|
||||||
|
panes:
|
||||||
|
- cd ../Notes
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
session_name: mapytex
|
session_name: mapytex
|
||||||
start_directory: ~/scripts/Mapytex/
|
start_directory: ~/scripts/Mapytex/
|
||||||
shell_command_before: source venv/bin/activate.fish
|
|
||||||
|
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
- window_name: Editor
|
- window_name: Editor
|
||||||
focus: true
|
focus: true
|
||||||
panes:
|
panes:
|
||||||
- vim -c NERDTree
|
- nvim
|
||||||
- window_name: Server
|
- window_name: Server
|
||||||
layout: main-vertical
|
layout: main-vertical
|
||||||
panes:
|
panes:
|
||||||
@ -16,5 +15,5 @@ windows:
|
|||||||
- window_name: Testing
|
- window_name: Testing
|
||||||
layout: main-vertical
|
layout: main-vertical
|
||||||
panes:
|
panes:
|
||||||
- blank
|
- source ~/.venv/mapytex/bin/activate.fish
|
||||||
- blank
|
- source ~/.venv/mapytex/bin/activate.fish
|
||||||
|
Loading…
Reference in New Issue
Block a user