kexsh config
Manage kexsh configuration without editing files directly.
Synopsis
Section titled “Synopsis”kexsh config <command> [options]Commands
Section titled “Commands”Print the current configuration.
kexsh config showprefix_key = "ctrl-a"status_bar = trueSet a configuration value.
kexsh config set <key> <value>$ kexsh config set prefix_key ctrl-bUpdated: prefix_key = "ctrl-b"Reset all configuration to defaults.
kexsh config resetConfig file
Section titled “Config file”The configuration file is located at:
~/.config/kexsh/config.tomlYou can edit it directly instead of using kexsh config set. Changes take effect on the next kexsh terminal create or kexsh terminal attach.
See also
Section titled “See also”- Configuration guide — all available options