Skip to content

kexsh config

Manage kexsh configuration without editing files directly.

Terminal window
kexsh config <command> [options]

Print the current configuration.

Terminal window
kexsh config show
prefix_key = "ctrl-a"
status_bar = true

Set a configuration value.

Terminal window
kexsh config set <key> <value>
Terminal window
$ kexsh config set prefix_key ctrl-b
Updated: prefix_key = "ctrl-b"

Reset all configuration to defaults.

Terminal window
kexsh config reset

The configuration file is located at:

~/.config/kexsh/config.toml

You can edit it directly instead of using kexsh config set. Changes take effect on the next kexsh terminal create or kexsh terminal attach.