We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
I usually redirect my STDOUT to vim using
STDOUT
$cmd | gvim -
But in the opened file the plugin does not work :(
since it overrides m key i am not able to put vim marks also.
m
The text was updated successfully, but these errors were encountered:
Is this a particular issue with gvim? We don't really support this client.
gvim
Sorry, something went wrong.
No, not exclusive to gvim. The issue is same with vim as well.
vim
You are right, just tested myself. Will mark it as bug. Not sure why that happens. ma to open the list view works.
ma
No branches or pull requests
Hi
I usually redirect my
STDOUT
to vim usingBut in the opened file the plugin does not work :(
since it overrides
m
key i am not able to put vim marks also.The text was updated successfully, but these errors were encountered: