achristmascarl / rainfrog

🐸 a database management tui for postgres
https://crates.io/crates/rainfrog
MIT License
2.8k stars 55 forks source link

Can't type the letter 'q' in the query editor #86

Closed elipp closed 1 month ago

elipp commented 1 month ago

bug description

Can't type the letter 'q' in the query editor. Probably some key binding blocks it, but should work in the vi insert mode

technical details

system info

crash logs

no crash

steps to reproduce

Go to query editor, enter insert mode, press (lower case) q.

expected behavior

A lower case q should appear :D

achristmascarl commented 1 month ago

thx for the report; does this happen all the time, or only when there's a query running?

when there's a query running [q] aborts the query

achristmascarl commented 1 month ago

actually i was able to repro, apparently the default keybindings have allowed this to happen all along.... no idea how i never caught this lol

github-actions[bot] commented 1 month ago

Included in release v0.2.2

elipp commented 1 month ago

noice