.nh .TH "UPTERM" "1" "Dec 2025" "Upterm 0.0.0+dev" "Upterm Manual" .SH NAME upterm-config-edit - Edit the config file .SH SYNOPSIS \fBupterm config edit [flags]\fP .SH DESCRIPTION Edit the config file in your default editor. .PP Config file: /build/.config/upterm/config.yaml .PP 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. .PP The config directory is created automatically if it doesn't exist. .SH OPTIONS \fB-h\fP, \fB--help\fP[=false] help for edit .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--debug\fP[=false] enable debug level logging (log file: /build/.upterm/upterm.log). .SH EXAMPLE .EX # Edit config file: upterm config edit # Use a specific editor: EDITOR=nano upterm config edit .EE .SH SEE ALSO \fBupterm-config(1)\fP .SH HISTORY 2-Dec-2025 Auto generated by spf13/cobra