From ad9ba8ab2442f6a5754ecfdb6ad74e1b70dcd762 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 30 May 2022 23:31:23 +0200 Subject: add: more information to the manpage (#1443) --- docs/MANPAGE.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3