jj-config-edit
opens the Jujutsu configuration file in your default editor
TLDR
Edit user config in editor
$ jj config edit --user
Edit repository config$ jj config edit --repo
SYNOPSIS
jj config edit [options]
DESCRIPTION
jj config edit opens the Jujutsu configuration file in your default editor. User config applies globally while repo config applies only to the current repository. Configuration uses TOML format.
PARAMETERS
--user
Edit user-level configuration.--repo
Edit repository-level configuration.
INSTALL
sudo pacman -S jujutsu
sudo apk add jujutsu
sudo zypper install jujutsu
brew install jujutsu
nix profile install nixpkgs#jujutsu
SEE ALSO
jj(1), jj-config-get(1), jj-config-set(1)