summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2022-06-29 22:58:23 +0900
committerGitHub <noreply@github.com>2022-06-29 22:58:23 +0900
commit580cf592c24886ac7617628770f9108c4c79399a (patch)
tree1102b5fcfb2d1cb9ead12180c7337ae36bb75eb2 /docs
parent7cd355efaf9de3221880da4ea06cbf804f6bca1e (diff)
docs(manpage): update manpage (#1549)
Diffstat (limited to 'docs')
-rw-r--r--docs/MANPAGE.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/MANPAGE.md b/docs/MANPAGE.md
index 6d749301d..cd662ef4c 100644
--- a/docs/MANPAGE.md
+++ b/docs/MANPAGE.md
@@ -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: