From 580cf592c24886ac7617628770f9108c4c79399a Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Wed, 29 Jun 2022 22:58:23 +0900 Subject: docs(manpage): update manpage (#1549) --- docs/MANPAGE.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'docs') 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: -- cgit v1.2.3