windows windows下有类似vi编辑器的吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11006634/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Any VI like editor under windows?
提问by Adam Lee
I am wondering whether there is a vi like editor under windows command line?
我想知道windows命令行下是否有类似vi的编辑器?
回答by Juan Enrique Mu?oz Zolotoochin
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>
.
只需从http://www.vim.org下载适用于 windows 的 vim —— 在安装时,它会询问您是否要创建从命令行调用它的快捷方式。那你就可以了vim <filename>
。