commands.sh

jj config edit

all

Start an editor on a config file. See also: `jj config path`.

More info →

Options (1)

boolean

Start an editor on the user-level config file

Example: jj config {{[e|edit]}} --user

Examples (3)

Start an editor on the user-level config file

jj config [e|edit] --user

Start an editor on the repo-level config file

jj config [e|edit] --repo

Start an editor on the workspace-level config file

jj config [e|edit] --workspace
made by @shridhargupta | data from tldr-pages