summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-05-30 23:31:23 +0200
committerGitHub <noreply@github.com>2022-05-30 23:31:23 +0200
commitad9ba8ab2442f6a5754ecfdb6ad74e1b70dcd762 (patch)
tree1206aef20f95a06364f5ec8999db99a7c61df4e9 /docs
parent9dbec05ff975619153afd2e4e6c59b1f554b30fc (diff)
add: more information to the manpage (#1443)
Diffstat (limited to 'docs')
-rw-r--r--docs/MANPAGE.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/MANPAGE.md b/docs/MANPAGE.md
index 3a063ba76..8f24bbc5b 100644
--- a/docs/MANPAGE.md
+++ b/docs/MANPAGE.md
@@ -197,6 +197,7 @@ MODES
* __locked__ - disables all keybindings except the one that would switch the
mode to normal (_ctrl-g_ by default). Useful when Zellij's keybindings
conflict with those of a chosen terminal app.
+* __tmux__ - provides convenience keybindings emulating simple tmux behaviour
* __pane__ - includes instructions that manipulate the panes (adding new panes,
moving, closing).
* __tab__ - includes instructions that manipulate the tabs (adding new tabs,
@@ -254,10 +255,19 @@ _tab-bar_.
FILES
=====
-Default user configuration file location:
-* Linux: _/home/alice/.config/zellij_
+Default user configuration directory location:
+* Linux: _$XDG_HOME/zellij /home/alice/.config/zellij_
* macOS: _/Users/Alice/Library/Application Support/com.Zellij-Contributors.zellij_
+Default user layout directory location:
+* Subdirectory called `layouts` inside of the configuration directory.
+* Linux: _$XDG_HOME/zellij/layouts /home/alice/.config/zellij/layouts
+* macOS: _/Users/Alice/Library/Application/layouts Support/com.Zellij-Contributors.zellij/layouts_
+
+Default plugin directory location:
+* Linux: _$XDG_DATA_HOME/zellij/plugins /home/alice/.local/share/plugins
+
+
ENVIRONMENT
===========
ZELLIJ_CONFIG_FILE