Command
gh config set editor vimExplanation
Configure GitHub CLI settings like default editor, browser, and other preferences.
Examples
Set default editor
gh config set editor vimSet default browser
gh config set browser firefoxList all config
gh config list