DinVim - Vim for macOS

DinVim is a version of Vim text editor for macOS available in the Mac App Store. It is safe and secure working in the macOS sandbox environment. DinVim aims to provide true macOS experience for Vim users.

The software is available for download using the following buttons:


View on the App Store

DinVim code editor screenshot

How to install the software?

Requirements

Mac OS X 10.10 Yosemite or a newer macOS.

App Store version instructions

  1. Download on the App Store or search “DinVim” in the App Store Mac app.
  2. Click on a button with the price and follow instructions.
  3. Open DinVim from the Applications directory.

Beta version instructions

  1. Download the BETA DinVim zip file
  2. Open Downloads directory in Finder.
  3. Double-click the file to decompress it if needed.
  4. Move the DinVim.app to the Applications directory.
  5. Open DinVim from the Applications directory.
  6. Confirm that you want to “Open” a downloaded application. Use right mouse click + “Open” in case of problems.

Vim text editor

Vim is a programmable text editor for the terminal. Because of its small size, fast startup time and portability, it has become a de facto standard terminal text editor for many Linux distributions as well as macOS. A command line version of Vim for macOS is builtin into the OS distribution. For example git on macOS uses Vim by default to prompt for writing a commit message. Vim has a long history since 1990-s and a well-established fan base. It is known for stability, high backwards compatibility and ubiquity. Vim is highly customizable and extensible.

Neovim

Vim was historically a Unix terminal text editor without any graphical UI. Neovim is a software that makes possible embedding the Vim text editor engine as a part of a UI application, and provides connectivity between the UI and the Vim engine. Neovim brings modernization and improvements to the Vim extensibility side. DinVim uses Neovim to wrap the Vim engine into a native Vim for macOS application.