Instead of using hard coded values for the editor to use (this seems to be notepad on windows, nano on other systems or the value of an environment variable), it would be nice to let the user define it's preferred editor in the config file.
For example for the GitLab CLI tool this is possible in the file /home/<user>/.config/glab-cli/config.yml with editor=vim.
Instead of using hard coded values for the editor to use (this seems to be `notepad` on windows, `nano` on other systems or the value of an environment variable), it would be nice to let the user define it's preferred editor in the config file.
For example for the GitLab CLI tool this is possible in the file `/home/<user>/.config/glab-cli/config.yml` with `editor=vim`.