-
Notifications
You must be signed in to change notification settings - Fork 75
fix flags logic at the root.go file #284
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
Conversation
6b12e52 to
943a12e
Compare
|
still I can't execute the query when pressing ctrl+space. |
|
Can you log the event? |
|
select * from device select space star space from space device ctrl+space backspace |
|
But what about the keybindings at that moment? |
|
Other keybindings are working for me only ctrl+space and backspace is not working. |
|
I haven't tried remapping the runquery key. I will try and let you know. |
|
I am able to execute the query and view the result when I remap the runQuery to Ctrl+G. |
|
There you go! |

Fix flags logic in the cmd/root.go file
Description
Some user have reported some issues related to the lack of the default values for the keybindings in #269. I just found out that the
--configand the--keybdingswere not really independent, so I made sure they are now, and I made sure the keybindings are always set, no matter what.Fixes #269
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
I QA'd the changes manually.
Checklist: