mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-23 17:22:28 +03:00
docs(manpage): update manpage (#1549)
This commit is contained in:
parent
7cd355efaf
commit
580cf592c2
@ -172,6 +172,8 @@ ACTIONS
|
||||
* __Detach__ - detach session and exit.
|
||||
* __ToggleActiveSyncTab__ - toggle between sending text commands to all panes
|
||||
on the current tab and normal mode.
|
||||
* __UndoRenameTab__ - undoes the changed tab name and reverts to the previous name.
|
||||
* __UndoRenamePane__ - undoes the changed pane name and reverts to the previous name.
|
||||
|
||||
|
||||
KEYS
|
||||
@ -209,12 +211,14 @@ MODES
|
||||
* __scroll__ - allows scrolling within the focused pane.
|
||||
* __renametab__ - is a "hidden" mode that can be passed to _SwitchToMode_
|
||||
action. It will trigger renaming of a tab.
|
||||
* __renamepane__ - is a "hidden" mode that can be passed to _SwitchToMode_
|
||||
action. It will trigger renaming of a pane.
|
||||
* __session__ - allows detaching from a session.
|
||||
|
||||
|
||||
Theme
|
||||
=====
|
||||
A color theme can be defined either in truecolor, or 256 format.
|
||||
A color theme can be defined either in truecolor, 256 or hex color format.
|
||||
Truecolor:
|
||||
```
|
||||
fg: [0, 0, 0]
|
||||
@ -223,6 +227,11 @@ fg: [0, 0, 0]
|
||||
```
|
||||
fg: 0
|
||||
```
|
||||
Hex color:
|
||||
```
|
||||
fg: "#000000"
|
||||
bg: "#000"
|
||||
```
|
||||
The color theme can be specified in the following way:
|
||||
```
|
||||
themes:
|
||||
|
Loading…
Reference in New Issue
Block a user