-
Notifications
You must be signed in to change notification settings - Fork 13
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
Keep alternative buffer when switching to __SQLResult__ (already implemented?) #36
Comments
Sorry, just retested it, and it somehow works!! |
no, i haven't done anything yet. i will look into it. |
To be sure I've implemented the keepalt when switching to the results buffer automatically from code. Please note that if you switch to the results buffer with |
Thank you! How should I switch to the result buffer in order to preserve the alt-buffer? |
You have to make yourself a shortcut. When you execute a query, there is an automatic switch to the results buffer and back. This is where I've added the |
Please, keep altbuffer (Ctrl+6) when switching to
__SQLResult__
.Since the
__SQLResult__
always a bottom split buffer, pressing Ctrl+6 in the upper split buffer (SQL or text) should not show the same__SQLResult__
no more time.Consider following workflow:
__SQLResult__
with Ctrl+Wj to check the results__SQLResult__
in the upper split.I looks, like it could be done using
execute 'keepalt' a:cmd ...
(Credit: tpope/vim-vinegar#25)This would help a lot. Thank you!
The text was updated successfully, but these errors were encountered: