adds tmuxinator layouts
This commit is contained in:
parent
f7e4fdb662
commit
86ca2d3e7c
2 changed files with 22 additions and 0 deletions
11
modules/terminal/tmuxinator-layouts/cv.yml
Normal file
11
modules/terminal/tmuxinator-layouts/cv.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
name: dnsc-io
|
||||||
|
root: ~/dev/cv
|
||||||
|
windows:
|
||||||
|
- dev:
|
||||||
|
layout: main-horizontal
|
||||||
|
panes:
|
||||||
|
- nvim +"lua Snacks.picker.files({ hidden = true })"
|
||||||
|
- run:
|
||||||
|
layout: main-vertical
|
||||||
|
panes:
|
||||||
|
- "clear"
|
||||||
11
modules/terminal/tmuxinator-layouts/zmk-config.yml
Normal file
11
modules/terminal/tmuxinator-layouts/zmk-config.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
name: dnsc-io
|
||||||
|
root: ~/dev/zmk-config
|
||||||
|
windows:
|
||||||
|
- dev:
|
||||||
|
layout: main-horizontal
|
||||||
|
panes:
|
||||||
|
- nvim +"lua Snacks.picker.files({ hidden = true })"
|
||||||
|
- run:
|
||||||
|
layout: main-vertical
|
||||||
|
panes:
|
||||||
|
- "clear"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue