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
In bash when i hit tab after 'kill' i get the following output:
When using fish I get this output:
This is not useful because I can only search by pid, and not by program name.
if i run set FZF_COMPLETE 0
I get this:
Slightly better since I can search by program name, but often what I really need is the args (for example, finding specific node program), which is what I get in bash.
The text was updated successfully, but these errors were encountered:
In bash when i hit tab after 'kill' i get the following output:
When using fish I get this output:
This is not useful because I can only search by pid, and not by program name.
if i run
set FZF_COMPLETE 0
I get this:
Slightly better since I can search by program name, but often what I really need is the args (for example, finding specific node program), which is what I get in bash.
The text was updated successfully, but these errors were encountered: