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
Expected behaviour:private is searched. First ov prints output to stdout and doesn't affect the next call. Actual behaviour: Mode selection menu appears when p is pressed. Unable to exit with q, terminal session is corrupted. It seems both processes are reading commands and interfering with each other.
Without piping it works fine.
Why I need to pass ov to ov?
I have some tools which are configured to use ov by default, e.g. I want this: delta --help | bat -l help. less handles such case fine.
Info
> ov --version
ov version 0.36.0 rev:d671c94
Platforms: MacOS, Linux
The text was updated successfully, but these errors were encountered:
Repro
Then type
/private
.Expected behaviour:
private
is searched. Firstov
prints output to stdout and doesn't affect the next call.Actual behaviour: Mode selection menu appears when
p
is pressed. Unable to exit withq
, terminal session is corrupted. It seems both processes are reading commands and interfering with each other.Without piping it works fine.
Why I need to pass ov to ov?
I have some tools which are configured to use
ov
by default, e.g. I want this:delta --help | bat -l help
.less
handles such case fine.Info
Platforms: MacOS, Linux
The text was updated successfully, but these errors were encountered: