Skip to content

Conversation

@aweis89
Copy link
Contributor

@aweis89 aweis89 commented Jan 14, 2026

Summary

When blink.cmp completion menu is open, input window keymaps now
defer to blink instead of taking precedence. Fixes sudo-tee#183.
@aweis89 aweis89 marked this pull request as draft January 14, 2026 01:37
…essing

- replace blink checks with completion checks to enhance functionality
- add new `is_visible` methods to completion engines for consistent API
- updates on keymap entry processing to use new completion checks
- refactor related function names for clarity and alignment with new logic
@aweis89 aweis89 marked this pull request as ready for review January 14, 2026 01:58
@aweis89 aweis89 marked this pull request as draft January 14, 2026 02:09
@aweis89 aweis89 marked this pull request as ready for review January 14, 2026 02:53
@aweis89 aweis89 marked this pull request as draft January 14, 2026 02:56
@aweis89 aweis89 marked this pull request as ready for review January 14, 2026 03:02
- remove unnecessary return after showing the input window
- streamlines the focus_input function by reducing early exits
- improve logic to check if the current buffer is the opencode input
- ensure engines remain enabled when the input window is toggled
- updates(input_window): set filetype for input buffer to 'opencode'
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.

Input window keymaps should defer to blink.cmp when completion menu is visible

1 participant