UPTERM(1) Upterm Manual UPTERM(1)

upterm-config-edit - Edit the config file

upterm config edit [flags]

Edit the config file in your default editor.

Config file: /build/.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.

-h, --help[=false] help for edit

--debug[=false] enable debug level logging (log file: /build/.upterm/upterm.log).

  # Edit config file:
  upterm config edit
  # Use a specific editor:
  EDITOR=nano upterm config edit

upterm-config(1)

2-Dec-2025 Auto generated by spf13/cobra

Dec 2025 Upterm 0.0.0+dev