Skip to content

Commit

Permalink
improvement: update tmuxp tool config yaml about working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
EscapeLife committed Nov 5, 2020
1 parent 59717c9 commit 2124a85
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
9 changes: 4 additions & 5 deletions tmuxp/iredis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ windows:
automatic-rename: 'off'
panes:
-
start_directory: /Users/laixintao/Program/iredis
start_directory: /Users/escape/Program/iredis
window_name: iredis
- layout: 4758,129x38,0,0[129x19,0,0,45,129x18,0,20,48]
options:
Expand All @@ -17,22 +17,21 @@ windows:
- focus: 'true'
shell_command:
- tail -f iredis.log
start_directory: /Users/laixintao/Program/iredis
start_directory: /Users/escape/Program/iredis
window_name: redis-cli
- layout: e6f6,129x38,0,0,46
options:
automatic-rename: 'off'
panes:
- focus: 'true'
shell_command: zsh
start_directory: /Users/laixintao/Program/iredis
start_directory: /Users/escape/Program/iredis
window_name: redis-cli
- layout: e6f7,129x38,0,0,47
options:
automatic-rename: 'off'
panes:
- focus: 'true'
shell_command: zsh
start_directory: /Users/laixintao
start_directory: /Users/escape
window_name: shell
Terms
4 changes: 2 additions & 2 deletions tmuxp/leetcode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ session_name: leetcode
windows:
- window_name: jupyter
shell_command_before:
- cd ~/Program/leetcode
- cd /Users/escape/Program/leetcode
- workon python37
panes:
- jupyter notebook
- window_name: shell
shell_command_before:
- cd ~/Program/leetcode
- cd /Users/escape/Program/leetcode
- workon python37
panes:
-
10 changes: 5 additions & 5 deletions tmuxp/workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ windows:
automatic-rename: "off"
panes:
- pane
start_directory: /Users/laixintao/Program
start_directory: /Users/escape/Program
window_name: vim
- layout: a5de,238x57,0,0{119x57,0,0,15,118x57,120,0[118x28,120,0,19,118x28,120,29,20]}
options:
Expand All @@ -16,31 +16,31 @@ windows:
shell_command: zsh
-
-
start_directory: /Users/laixintao
start_directory: /Users/escape
window_name: operation
- layout: 66e5,238x57,0,0,16
options:
automatic-rename: "off"
panes:
- focus: "true"
shell_command: zsh
start_directory: /Users/laixintao
start_directory: /Users/escape
window_name: shell
- layout: 66e6,238x57,0,0,17
options:
automatic-rename: "off"
panes:
- focus: "true"
shell_command: zsh
start_directory: /Users/laixintao
start_directory: /Users/escape
window_name: shell
- layout: 66e7,238x57,0,0,18
options:
automatic-rename: "off"
panes:
- focus: "true"
shell_command: zsh
start_directory: /Users/laixintao
start_directory: /Users/escape
window_name: shell
- layout: main-vertical
options:
Expand Down

0 comments on commit 2124a85

Please sign in to comment.