-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat: support SHOW query results and Y to copy row #146
base: main
Are you sure you want to change the base?
Conversation
add Ctrl+i to copy as INSERT Signed-off-by: bob <[email protected]>
Hello, thanks for the PR. While i like the idea of the "copy as" feature, I think those are too many shortcuts to remember just for copying. I was thinking a better way to do it could be 'y' for copying the cell as text, 'Y' will copy the entire row as text (or maybe CSV) by default, and 'CTRL + y' would open a popup with a list of "copy as" options. What do you think? |
indeed, that is correct thinking to reduce shortcuts for copying. |
6d1da1f: support show command, if not that feature, execute show command, 0 rows affected. |
@jorgerojas26 that is all feature |
eg: SHOW VARIABLES LIKE 'innodb_buffer_pool_size';
Variable_name Value
innodb_buffer_pool_size 1073741824