summaryrefslogtreecommitdiffstats
path: root/zellij-utils/assets
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-utils/assets')
-rw-r--r--zellij-utils/assets/config/default.yaml2
-rw-r--r--zellij-utils/assets/layouts/default.yaml32
-rw-r--r--zellij-utils/assets/layouts/disable-status-bar.yaml20
-rw-r--r--zellij-utils/assets/layouts/strider.yaml32
4 files changed, 48 insertions, 38 deletions
diff --git a/zellij-utils/assets/config/default.yaml b/zellij-utils/assets/config/default.yaml
index 94f12f33c..42f2287b7 100644
--- a/zellij-utils/assets/config/default.yaml
+++ b/zellij-utils/assets/config/default.yaml
@@ -136,7 +136,7 @@ keybinds:
key: [ Char: 'h', Left, Up, Char: 'k',]
- action: [GoToNextTab,]
key: [ Char: 'l', Right,Down, Char: 'j']
- - action: [NewTab,]
+ - action: [NewTab: ,]
key: [ Char: 'n',]
- action: [CloseTab,]
key: [ Char: 'x',]
diff --git a/zellij-utils/assets/layouts/default.yaml b/zellij-utils/assets/layouts/default.yaml
index b163821de..e0a28da12 100644
--- a/zellij-utils/assets/layouts/default.yaml
+++ b/zellij-utils/assets/layouts/default.yaml
@@ -1,16 +1,20 @@
---
-direction: Horizontal
-parts:
+template:
+ direction: Horizontal
+ parts:
+ - direction: Vertical
+ borderless: true
+ split_size:
+ Fixed: 1
+ run:
+ plugin: tab-bar
+ - direction: Vertical
+ body: true
+ - direction: Vertical
+ borderless: true
+ split_size:
+ Fixed: 2
+ run:
+ plugin: status-bar
+tabs:
- direction: Vertical
- borderless: true
- split_size:
- Fixed: 1
- run:
- plugin: tab-bar
- - direction: Vertical
- - direction: Vertical
- borderless: true
- split_size:
- Fixed: 2
- run:
- plugin: status-bar
diff --git a/zellij-utils/assets/layouts/disable-status-bar.yaml b/zellij-utils/assets/layouts/disable-status-bar.yaml
index a03c71c3a..a58ef4cf4 100644
--- a/zellij-utils/assets/layouts/disable-status-bar.yaml
+++ b/zellij-utils/assets/layouts/disable-status-bar.yaml
@@ -1,10 +1,12 @@
---
-direction: Horizontal
-parts:
- - direction: Vertical
- borderless: true
- split_size:
- Fixed: 1
- run:
- plugin: tab-bar
- - direction: Vertical
+template:
+ direction: Horizontal
+ parts:
+ - direction: Vertical
+ borderless: true
+ split_size:
+ Fixed: 1
+ run:
+ plugin: tab-bar
+ - direction: Vertical
+ body: true
diff --git a/zellij-utils/assets/layouts/strider.yaml b/zellij-utils/assets/layouts/strider.yaml
index 288143894..96e3c290e 100644
--- a/zellij-utils/assets/layouts/strider.yaml
+++ b/zellij-utils/assets/layouts/strider.yaml
@@ -1,12 +1,22 @@
---
-direction: Horizontal
-parts:
- - direction: Vertical
- borderless: true
- split_size:
- Fixed: 1
- run:
- plugin: tab-bar
+template:
+ direction: Horizontal
+ parts:
+ - direction: Vertical
+ borderless: true
+ split_size:
+ Fixed: 1
+ run:
+ plugin: tab-bar
+ - direction: Vertical
+ body: true
+ - direction: Vertical
+ borderless: true
+ split_size:
+ Fixed: 2
+ run:
+ plugin: status-bar
+tabs:
- direction: Vertical
parts:
- direction: Horizontal
@@ -15,9 +25,3 @@ parts:
run:
plugin: strider
- direction: Horizontal
- - direction: Vertical
- borderless: true
- split_size:
- Fixed: 2
- run:
- plugin: status-bar