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: