How To Download, Install and Use Vim In Windows – POFTUT

How To Download, Install and Use Vim In Windows


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.

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.

32 Bit Installer

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

64 Bit Installer

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

Install Vim

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

Install Vim
Install Vim

Use Vim

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

Use Vim
Use Vim

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

  • Save
  • Save All
  • Find and Replace
  • Find Next
  • Load Session
  • Save Current Session
  • Run Vim Script

LEARN MORE  Vim Syntax Highlighting How To Turn On , Off

1 thought on “How To Download, Install and Use Vim In Windows”

  1. Thank you for your article — While I wish the “Use Vim” section was more detailed this was nice to have the links to download readily available. Vim is a tough program to learn requiring multiple plug-ins (solomakerlabs a Twitch full stack streamer uses 57 of them). The functionality and productivity of using Vim seems very high, but only if one grasps how to navigate and use Vim.

    There are many editors such as VSCode that are more GUI based than Vim, which may be what most people want. Vim is a program from the earlier days of the computer age, but it is still worked on and developed for as of 2019. There doesn’t seem to be an end to Vi, Vim, or Bash to name a few legacy programs that still have modern use.

    If you’re interested, please check out my developments to keep up with topics of modern dedicated concern. YinYang Being is a project of mine that is constantly evolving, having no defined form. Once an ecommerce store, the current vision as of July 14th, 2019 is to turn it into a content website with articles such as those found of http://www.poftut.com (this very blog!). Quality articles abound helping others become better selves.

    Reply

Leave a Comment