upterm config edit
Edit the config file
Synopsis
Edit the config file in your default editor.
Config file: /home/user/.config/upterm/config.yaml
This command opens the config file in your editor (determined by $VISUAL, $EDITOR, or a sensible default). If the config file doesn’t exist, it creates a template with example settings and comments.
The config directory is created automatically if it doesn’t exist.
upterm config edit [flags]
Examples
# Edit config file:
upterm config edit
# Use a specific editor:
EDITOR=nano upterm config edit
Options
-h, --help help for edit
Options inherited from parent commands
--debug enable debug level logging (log file: /home/user/.local/state/upterm/upterm.log).
SEE ALSO
- upterm config - Manage upterm configuration