Update tmux config
- Add layout managment via tmuxp - Add function to run z and tmuxp - move tmux config from home folder to config folder
This commit is contained in:
parent
6fda168c66
commit
eebd9d4a78
10 changed files with 45 additions and 17 deletions
7
config/tmuxp/coding.yml
Normal file
7
config/tmuxp/coding.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
session_name: shorthands
|
||||
windows:
|
||||
- window_name: main
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- shell_command: vi
|
||||
- shell_command: pnpm dev
|
||||
8
config/tmuxp/persona-page.yaml
Normal file
8
config/tmuxp/persona-page.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
session_name: persona-page
|
||||
windows:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- shell_command:
|
||||
- nvim
|
||||
focus: true
|
||||
- pnpm
|
||||
Loading…
Add table
Add a link
Reference in a new issue