Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: disable navigation when in command window mode #135

Merged
merged 3 commits into from
Feb 24, 2025

Conversation

deathbeam
Copy link
Contributor

Prevents navigation from being triggered while in command window mode, which could lead to unexpected behavior. This ensures navigation commands only work in normal buffer windows.

Closes #113

Prevents navigation from being triggered while in command window mode,
which could lead to unexpected behavior. This ensures navigation commands
only work in normal buffer windows.

Closes aserowy#113

Signed-off-by: Tomas Slusny <[email protected]>
@deathbeam
Copy link
Contributor Author

Fixed the CI issue with formatting so should be good to go i think

@aserowy aserowy merged commit b2f5093 into aserowy:main Feb 24, 2025
2 checks passed
@deathbeam deathbeam deleted the check-command-mode branch February 24, 2025 18:03
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.

When using C-hjkl with command-line window open (q:) I get: Invalid in command-line window
2 participants