docs(changelog): formatting
This commit is contained in:
parent
a361c6e1ac
commit
b4de405fa8
1 changed files with 17 additions and 5 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
|
@ -37,12 +37,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||||
direction: Horizontal
|
direction: Horizontal
|
||||||
parts:
|
parts:
|
||||||
- direction: Vertical
|
- direction: Vertical
|
||||||
|
borderless: true
|
||||||
|
split_size:
|
||||||
|
Fixed: 1
|
||||||
|
run:
|
||||||
|
plugin: tab-bar
|
||||||
|
- direction: Vertical # <= The location of
|
||||||
|
body: true # <= the inserted tab.
|
||||||
- direction: Vertical
|
- direction: Vertical
|
||||||
body: true # <== The body section specifies the position of the
|
borderless: true
|
||||||
# inserted tab
|
split_size:
|
||||||
|
Fixed: 2
|
||||||
|
run:
|
||||||
|
plugin: status-bar
|
||||||
tabs:
|
tabs:
|
||||||
- direction: Vertical # <== Multiple tabs can be specified, that are
|
- direction: Vertical # <= Multiple tabs can be
|
||||||
- direction: Vertical # run on start of the layout
|
- direction: Vertical # <= specified in the layout.
|
||||||
|
- direction: Vertical
|
||||||
```
|
```
|
||||||
|
|
||||||
The `NewTab` action can optionally be bound to open
|
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: {
|
- action: [NewTab: {
|
||||||
direction: Vertical,
|
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,]
|
key: [F: 6,]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue