Skip to content

Add vim-style :q and :q! command aliases - #8366

Open
nkbeast wants to merge 2 commits into
mitmproxy:mainfrom
nkbeast:feat/vim-style-quit-aliases
Open

Add vim-style :q and :q! command aliases#8366
nkbeast wants to merge 2 commits into
mitmproxy:mainfrom
nkbeast:feat/vim-style-quit-aliases

Conversation

@nkbeast

@nkbeast nkbeast commented Aug 11, 2026

Copy link
Copy Markdown

Description

Closes #8071

Adds vim-style :q and :q! aliases to the console command prompt:

Alias Maps to Behavior
:q console.view.pop Pop view / prompt to quit at top level
:q! console.exit Exit immediately without prompt

The existing q/Q keybindings are unchanged. The aliases are registered as regular commands, so they also appear in command completion and the command list.

Checklist

  • I have updated tests where applicable.
  • I have added an entry to the CHANGELOG.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add vim-style :q and :q! command aliases

1 participant