feat: UX improvements - resizable panes, multi-query, better results nav#5
Merged
feat: UX improvements - resizable panes, multi-query, better results nav#5
Conversation
- Add resizable editor/results split pane (Ctrl+Shift+Up/Down) - Multi-query support: execute query at cursor position with `;` boundary detection that respects strings, comments, and quoted identifiers - Active query gutter indicator in editor (vertical bar on active block) - Tab/Shift+Tab column navigation in results (Snowflake-style) - Esc to leave results and return to editor - Row/column position indicator in results title bar - Show column count alongside row count in results header - Auto-scroll results to keep selected row visible - Reset scroll position when switching between result sets - Updated help overlay with new keybindings Closes #3 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Addresses key UX improvements from #3 to make the query editing and results experience smoother and more production-ready:
Ctrl+Shift+Up/Downto dynamically resize the editor and results split (15%-85% range, 5% increments);while correctly handling single-quoted strings, double-quoted identifiers,--line comments, and/* */block comments│) appears in the editor gutter next to the active query block, making it clear which query will be executedTab/Shift+Tabnavigates between columns in the results table.Escreturns focus to the editor[R1/C3])New Keybindings
Ctrl+Shift+UpCtrl+Shift+DownTabShift+TabEscTest plan
;Ctrl+Shift+Up/Downresizes panes smoothlyTab/Shift+Tabnavigates columns in resultsEscfrom results returns to editor[R/C];inside quotes don't break query splitting--comments with;don't break query splitting🤖 Generated with Claude Code