-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Keybinds #154
Comments
Found it: Lines 129 to 163 in a4d2744
Stupid simple patch just for my needs:
|
Thank you very much @Makeshift for posting that! Esc for Exit Fits much better with my workflow now. Also, for anyone else wanting to do this, note that you can So once you've edited the keybindings you need, just a simple:
or if you don't need to test, just
|
Thank you both! 🙌 I do plan to refresh the UI using a much better terminal UI library - https://charm.sh |
Wow, that's a beautiful library, thanks for the link! Definitely going to investigate that for my own projects too |
Is it possible to have custom keybinds, or rebind the current keybinds?
For example, I would like to rebind
Enter
to paste onto the commandline for editing (instead ofRight
), andEsc
to abort and paste the current query.If this isn't an intended feature, would you be able to direct me to the file where in-app keybinds are located? I'm not incredibly familiar with Go.
Thanks!
The text was updated successfully, but these errors were encountered: