
If you want to adjust your Vim config file, the app will generate a dedicated section with customised variables keeping your existing configuration. Vim is a highly configurable text editor built that makes creating and editing any kind of text more efficient. You can see all the settings, or filter only your own Vim config settings, as well as filter by a custom search criteria that matches Vim option names and descriptions.

This vim config file has some options tweaking as well as some globally useful functions and key mappings.Īll the vim settings in the application are grouped in categories according to the official documentation. The main configuration script file is usually placed at "$HOME/.vimrc". It's highly configurable and even supports a scripting language that can be used to tweak editor behaviour, write macros, script and plugins. Option "Help" button shows the documentation of a particular option. Each option can be added, removed, modified using a dedicated user interface. Options are defined using "set" command of the Vim script language.

Vim Options is a graphical tool to edit Vim options inside a file like ".vimrc".
