summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-08-26 18:26:21 +0200
committera-kenji <aks.kenji@protonmail.com>2021-08-26 18:26:21 +0200
commitb4de405fa89c672e9fe46c60131fc9d3bba16a7f (patch)
tree14d4c577bbfc03b705bcbc623bf30007a012d6f3 /CHANGELOG.md
parenta361c6e1acb4d89a88364629d25276a54156f696 (diff)
docs(changelog): formatting
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 17 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 87f659cf1..6fa3832d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,12 +37,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
direction: Horizontal
parts:
- direction: Vertical
+ borderless: true
+ split_size:
+ Fixed: 1
+ run:
+ plugin: tab-bar
+ - direction: Vertical # <= The location of
+ body: true # <= the inserted tab.
- direction: Vertical
- body: true # <== The body section specifies the position of the
- # inserted tab
+ borderless: true
+ split_size:
+ Fixed: 2
+ run:
+ plugin: status-bar
tabs:
- - direction: Vertical # <== Multiple tabs can be specified, that are
- - direction: Vertical # run on start of the layout
+ - direction: Vertical # <= Multiple tabs can be
+ - direction: Vertical # <= specified in the layout.
+ - direction: Vertical
```
The `NewTab` action can optionally be bound to open
@@ -65,7 +76,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
```
- action: [NewTab: {
direction: Vertical,
- parts: [ {direction: Horizontal, split_size: {Percent: 50}}, {direction: Horizontal, run: {command: {cmd: "htop"}}},],
+ parts: [ {direction: Horizontal, split_size: {Percent: 50}},
+ {direction: Horizontal, run: {command: {cmd: "htop"}}},],
key: [F: 6,]
```