plugins.zellij.settings
Options provided to the require('zellij').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
debug = true;
path = "zellij";
replaceVimWindowNavigationKeybinds = true;
vimTmuxNavigatorKeybinds = false;
}
Declared by:
plugins.zellij.settings.debug
Will log things to /tmp/zellij.nvim
.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.zellij.settings.path
Path to the zellij binary.
Type: null or string or raw lua code
Default:
null
Plugin default: "zellij"
Declared by:
plugins.zellij.settings.replaceVimWindowNavigationKeybinds
Will set keybinds like <C-w>h
to left.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.zellij.settings.vimTmuxNavigatorKeybinds
Will set keybinds like <C-h>
to left.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by: