Feature request - Modify keybinding in Query tab - Thank you🙏
Hi Postbird team, First THANK you very much for this great product!
For faster coding I appreciate it if you change the following keyboard short-cuts keys in the query tab. 1.Run command by : Ctrl+Enter. instead of Ctrl+R. personally I found this more convenient and much easier to hit. and lots of IDEs are using this key binding to run program/command. 2.Add Ctrl+/ for quickly turning a line into a comment(this will add -- before the line in query tab). 3.Adding Ctrl+Shift+Enter for running only the query where the cursor currently in.
I'm using Postbird 0.8.4 on Ubuntu 22.04LTS Thanks again for the great work you're doing, Adam
We need to implement user settings to be able to sort this out. Similar situation happened with https://github.com/Paxa/postbird/pull/122
Settings would be nice, we can start with config file and later add UI to change it, PRs are welcome