Which are the non-x text editors in Powershell?

Posted by Andrei T. Ursan on Super User See other posts from Super User or by Andrei T. Ursan
Published on 2009-10-09T08:41:17Z Indexed on 2010/03/18 15:31 UTC
Read the original article Hit count: 387

Filed under:
|
|

Are there some editors like emacs, vi/vim, specifically for power shell, if so which are the best?

I will have to do some work on windows and I need some unix productivity - which means for me shell + text editor with syntax highlighting (for python, java, c, c++), so which are my options?

Edit:
I'm looking for an alternative at vim or other unix editors, and cygwin is not an option. I just want from the command line to say texteditor_name file1, modify it, save it etc, and all of these to happen inside the terminal, not in another interface etc.

© Super User or respective owner

Related posts about powershell

Related posts about text-editors