helm-edit icon indicating copy to clipboard operation
helm-edit copied to clipboard

can has namespace support?

Open drthornt opened this issue 5 years ago • 3 comments

a la -n $namespace

drthornt avatar Jul 10 '20 01:07 drthornt

As long as you are using a helm binary with support for the namespace flag; -n should work.

toddtee avatar Jan 20 '21 23:01 toddtee

If you are seeing any errors along the lines of: Error: fork/exec : no such file or directory

Try setting the EDITOR env variable. Something like: export EDITOR=/usr/bin/vim

That might fix you up.

toddtee avatar Jan 20 '21 23:01 toddtee

I'm using -n flag and it works out of the box CleanShot 2022-10-19 at 18 13 42@2x

rbudiharso avatar Oct 19 '22 11:10 rbudiharso