I am wondering whether there is a vi like editor under windows command line?
Asked
Active
Viewed 7.6k times
25
-
1Would running vi under cygwin be an acceptable answer? Alternatively there is a cmd.exe version of vi, but I have not used it personally: http://www.vim.org/download.php#pc – stew Jun 13 '12 at 00:23
-
4What's wrong with vim for windows straight from vim.org? – Nope Jun 13 '12 at 00:24
-
10StackOverflow is not a [search engine or link farm](http://meta.stackexchange.com/a/128549/172661) or a [product recommendation site](http://meta.stackexchange.com/a/128562/172661). This question, while it's about a programmer's editor, is not an appropriate question for SO. – Ken White Jun 13 '12 at 00:25
-
6Why so many downvotes? It's not fair.. – Fatih Arslan Jun 13 '12 at 18:27
2 Answers
43
Just download vim for windows from http://www.vim.org -- on the installation it will ask if you want to create shortcuts for calling it from the command line. Then you can just vim <filename>
.

jasonspiro
- 221
- 1
- 3
- 12

Juan Enrique Muñoz Zolotoochin
- 3,429
- 2
- 29
- 37
2
Komodo has vi mode, eclipse has few vi plugins, using cygwin, or as Juan said go with gvim

Eric Fortis
- 16,372
- 6
- 41
- 62
-
I use Vrapper with eclipse which is nice. [http://vrapper.sourceforge.net/home/](http://vrapper.sourceforge.net/home/) – Ajeeb.K.P Sep 10 '15 at 03:55