FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add vim-style :q and :q! command aliases by nkbeast · Pull Request #8366 · mitmproxy/mitmproxy · GitHub

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 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.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL