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: 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 }
|
||||
|
@ -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
|
||||
|
@ -13,3 +13,7 @@ windows:
|
||||
- git status
|
||||
- blank
|
||||
- vifm . .
|
||||
- window_name: Notes
|
||||
focus: true
|
||||
panes:
|
||||
- cd ../Notes
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user