achristmascarl / rainfrog

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

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

Closed elipp closed 2 months ago

elipp commented 2 months 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 2 months 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 2 months 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 2 months ago

Included in release v0.2.2

elipp commented 2 months ago

noice