windows安装vim_如何在Windows中下载,安装和使用Vim

windows安装vim_如何在Windows中下载,安装和使用Vim

windows安装vim

Vim is Linux based opensource tool. The roots goes to the vi editor. In Linux distributions vim can be easily installed via package managers like apt , yum , dnf and zypper . Windows is the most popular desktop operating system. Vim is provided for Windows operating systems too. In this tutorial we will look how to download, install and use vim in Windows Operating systems.

Vim是基于Linux的开源工具。 根源进入vi编辑器。 在Linux发行版中,可以通过aptyumdnfzypper等软件包管理器轻松安装vim。 Windows是最流行的桌面操作系统。 Vim也为Windows操作系统提供。 在本教程中,我们将研究如何在Windows操作系统中下载,安装和使用vim。

下载 (Download)

Vim official web page provides download links for Windows operating systems. As Windows is mainly graphical user interface vim is provided with name gvim which is graphical vim. We can download from following links.

Vim官方网页提供了Windows操作系统的下载链接。 由于Windows主要是图形用户界面,因此vim带有名称gvim ,它是图形vim。 我们可以从以下链接下载。

32位安装程序 (32 Bit Installer)

ftp://ftp.vim.org/pub/vim/pc/gvim80-586.exe

ftp://ftp.vim.org/pub/vim/pc/gvim80-586.exe

64位安装程序 (64 Bit Installer)

https://github.com/vim/vim-win32-installer/releases/download/v8.0.0003/gvim_8.0.0003_x64.zip

https://github.com/vim/vim-win32-installer/releases/download/v8.0.0003/gvim_8.0.0003_x64.zip

随身携带 (Portable)

ftp://ftp.vim.org/pub/vim/pc/vim80-586rt.zip

ftp://ftp.vim.org/pub/vim/pc/vim80-586rt.zip

安装Vim (Install Vim)

We can install vim for Windows with Windows style Next-> Next logic. Vim is installed to the C:\Program Files\Vim directory.

我们可以使用Windows样式Next > Next逻辑为Windows安装vim。 Vim已安装到C:\Program Files\Vim目录。

windows安装vim_如何在Windows中下载,安装和使用Vim
Install Vim
安装Vim

使用Vim (Use Vim)

After installation the read me file is opened by newly installed vim . Which will look like this.

安装后,新安装的vim将打开自述文件。 看起来像这样。

windows安装vim_如何在Windows中下载,安装和使用Vim
Use Vim
使用Vim

Windows vim provides some of its features with menu. As an example we can use following features from menu.

Windows vim通过菜单提供了一些功能。 例如,我们可以使用菜单中的以下功能。

  • Save

  • Save All

    保存全部
  • Find and Replace

    查找和替换
  • Find Next

    找下一个
  • Load Session

    加载会话
  • Save Current Session

    保存当前会话
  • Run Vim Script

    运行Vim脚本
了解更多比较Vi与Vim

翻译自: https://www.poftut.com/download-install-use-vim-windows/

windows安装vim