Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any VI like editor under windows? [closed]

Tags:

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

like image 740
Adam Lee Avatar asked Jun 13 '12 00:06

Adam Lee


People also ask

What is the alternative of vi command in Windows?

ALT-V is the keyboard equivalent for this command.

Is vi editor still used?

vi is still widely used by users of the Unix family of operating systems.

What's better Vim or Nano?

Productivity. Vim behaves like a model, and while you are using Vim, you will be constantly changing between the edit mode and the command mode. On the other hand, with the Nano text editor, you only use one mode with some special key combinations. So, Vim is much faster than Nano.


1 Answers

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

like image 174
Juan Enrique Muñoz Zolotoochin Avatar answered Oct 23 '22 18:10

Juan Enrique Muñoz Zolotoochin