You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ui): add support for 'current' position in UI configuration (#146)
* feat(ui): add support for 'current' position in UI configuration
- allow 'current' as a valid position option for UI placement
- update position handling in dimensions and window closing logic
- ensure compatibility with existing configurations
* fix(ui): disable winfixbuf in 'current' mode and auto-close on buffer switch
When 'ui.position' is set to 'current', disabling 'winfixbuf' prevents E1513
errors when external pickers (like Snacks) try to switch buffers. Added a
BufEnter autocmd to automatically close the Opencode UI when a non-Opencode
buffer enters an Opencode window in this mode.
* docs(readme): update UI position options in configuration
- clarify that UI position can now be 'current' alongside 'right' and 'left'
- improve documentation for better user understanding of options
0 commit comments