mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-22 22:26:54 +03:00
add: more information to the manpage (#1443)
This commit is contained in:
parent
9dbec05ff9
commit
ad9ba8ab24
@ -197,6 +197,7 @@ MODES
|
|||||||
* __locked__ - disables all keybindings except the one that would switch the
|
* __locked__ - disables all keybindings except the one that would switch the
|
||||||
mode to normal (_ctrl-g_ by default). Useful when Zellij's keybindings
|
mode to normal (_ctrl-g_ by default). Useful when Zellij's keybindings
|
||||||
conflict with those of a chosen terminal app.
|
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,
|
* __pane__ - includes instructions that manipulate the panes (adding new panes,
|
||||||
moving, closing).
|
moving, closing).
|
||||||
* __tab__ - includes instructions that manipulate the tabs (adding new tabs,
|
* __tab__ - includes instructions that manipulate the tabs (adding new tabs,
|
||||||
@ -254,10 +255,19 @@ _tab-bar_.
|
|||||||
FILES
|
FILES
|
||||||
=====
|
=====
|
||||||
|
|
||||||
Default user configuration file location:
|
Default user configuration directory location:
|
||||||
* Linux: _/home/alice/.config/zellij_
|
* Linux: _$XDG_HOME/zellij /home/alice/.config/zellij_
|
||||||
* macOS: _/Users/Alice/Library/Application Support/com.Zellij-Contributors.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
|
ENVIRONMENT
|
||||||
===========
|
===========
|
||||||
ZELLIJ_CONFIG_FILE
|
ZELLIJ_CONFIG_FILE
|
||||||
|
Loading…
Reference in New Issue
Block a user