25

I am wondering whether there is a vi like editor under windows command line?

Adam Lee
  • 24,710
  • 51
  • 156
  • 236
  • 1
    Would 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
  • 4
    What's wrong with vim for windows straight from vim.org? – Nope Jun 13 '12 at 00:24
  • 10
    StackOverflow 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
  • 6
    Why so many downvotes? It's not fair.. – Fatih Arslan Jun 13 '12 at 18:27

2 Answers2

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
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