sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.59k stars 724 forks source link

Add support for vim keybindings #703

Open mohamedelhefni opened 9 months ago

mohamedelhefni commented 9 months ago

this PR is addressing the feature requested at #701

Changes

mohamedelhefni commented 8 months ago

Ping @sosedoff

sosedoff commented 6 months ago

Could you rebase/or update with master branch?

mohamedelhefni commented 6 months ago

I updated the branch with latest changes from master branch

sosedoff commented 5 months ago

IMO the cog button has no business being in the vicinity of "Execute"/"Explain" buttons area since its purely a configuration option and not something a user would change often (myself included). I propose you move the cog button to the top-right area of the query input box as its mosly blank space and we can make UX a bit more slim.

Screenshot 2024-04-30 at 11 06 53 PM

LMK if you have any questions or need to clarify anything.

mohamedelhefni commented 5 months ago

image I moved the cog button to the top-right area as you proposed