mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
Fix missing closing ` in README.md
This commit is contained in:
parent
fc5da015ff
commit
5cc6f08046
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ plugin {
|
||||||
- `hy3:makegroup, <h | v | opposite | tab>, [ephemeral | force_ephemeral]` - make a vertical / horizontal split or tab group
|
- `hy3:makegroup, <h | v | opposite | tab>, [ephemeral | force_ephemeral]` - make a vertical / horizontal split or tab group
|
||||||
- `ephemeral` - the group will be removed once it contains only one node. does not affect existing groups.
|
- `ephemeral` - the group will be removed once it contains only one node. does not affect existing groups.
|
||||||
- `force_ephemeral` - same as ephemeral, but converts existing single windows groups.
|
- `force_ephemeral` - same as ephemeral, but converts existing single windows groups.
|
||||||
- `hy3:changegroup, <h | v | tab | untab | opposite> - change the group the node belongs to, to a different layout
|
- `hy3:changegroup, <h | v | tab | untab | opposite>` - change the group the node belongs to, to a different layout
|
||||||
- `untab` will untab the group if it was previously tabbed
|
- `untab` will untab the group if it was previously tabbed
|
||||||
- `opposite` will toggle between horizontal and vertical layouts if the group is not tabbed.
|
- `opposite` will toggle between horizontal and vertical layouts if the group is not tabbed.
|
||||||
- `hy3:changeephemerality, <true | false>` - change the ephemerality of the group the node belongs to
|
- `hy3:changeephemerality, <true | false>` - change the ephemerality of the group the node belongs to
|
||||||
|
|
Loading…
Add table
Reference in a new issue