You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, first of all thanks for vim-pipe, it's a great idea!
There's any way to create a "VimPipe per buffer"? I mean, often I query different databases at the "same time" (on different buffers) and I'd be great have some way to set the pipe command per buffer.
I don't know if I doing something wrong, but today if I open a buffer, set :let b:vimpipe_command="psql -d <database1>", open other buffer and set the :let b:vimpipe_command="psql -d <database2>" the second buffer's queries run against the database1, btw, the VimPipe split is the same to both opened buffers.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi guys, first of all thanks for vim-pipe, it's a great idea!
There's any way to create a "VimPipe per buffer"? I mean, often I query different databases at the "same time" (on different buffers) and I'd be great have some way to set the pipe command per buffer.
I don't know if I doing something wrong, but today if I open a buffer, set
:let b:vimpipe_command="psql -d <database1>"
, open other buffer and set the:let b:vimpipe_command="psql -d <database2>"
the second buffer's queries run against the database1, btw, the VimPipe split is the same to both opened buffers.Thanks.
The text was updated successfully, but these errors were encountered: