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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 09:35:18  来源:igfitidea点击:

Any VI like editor under windows?

windowsvimwindows-7vi

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

回答by Eric Fortis

Komodohas vi mode, eclipse has few vi plugins, using cygwin, or as Juan said go with gvim

Komodo有 vi 模式,eclipse 很少有 vi 插件,使用 cygwin,或者像 Juan 所说的使用 gvim