Which are the non-x text editors in Powershell?
- by Andrei T. Ursan
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.