Skip to content

fix: change quit keybinding from 'q' to Ctrl+Q#37

Merged
notgitika merged 1 commit into
mainfrom
fix-quit-keybinding
Feb 2, 2026
Merged

fix: change quit keybinding from 'q' to Ctrl+Q#37
notgitika merged 1 commit into
mainfrom
fix-quit-keybinding

Conversation

@aidandaly24
Copy link
Copy Markdown
Contributor

Description

Changes the quit keybinding from q to Ctrl+Q across all screens to prevent accidental exits when typing prompts containing the letter 'q'.

Affected screens:

  • DevScreen (agent selection and chat modes)
  • InvokeScreen
  • OutlineScreen
  • PromptScreen
  • FullScreenLogView

Related Issues

Documentation PR

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Other (please describe):

Testing

How have you tested the change?

  • I ran npm test
  • I ran npm run typecheck
  • I ran npm run lint

Manually tested by typing prompts containing 'q' in dev and invoke screens - no longer exits unexpectedly.

Checklist

  • I have read the CONTRIBUTING document
  • I have added any necessary tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have added an appropriate example to the documentation to outline the feature, or no new docs are needed
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@aidandaly24 aidandaly24 requested a review from a team February 2, 2026 15:16
Prevents accidental quit when typing prompts containing 'q' in dev/invoke screens.
@notgitika notgitika merged commit 5dddfb2 into main Feb 2, 2026
3 checks passed
@notgitika notgitika deleted the fix-quit-keybinding branch February 4, 2026 02:53
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.

2 participants