Skip to content

Vim emulation layer for Sublime Text (Vintageous fork).

License

Notifications You must be signed in to change notification settings

dmagyari/NeoVintageous

 
 

Repository files navigation

NeoVintageous Logo

An advanced Vim emulation layer for Sublime Text.

Build Status Build status Coverage Status Minimum Sublime Version Latest Stable Version GitHub stars Downloads

NeoVintageous is a project that seeks to continue the development of the discontinued Vintageous plugin.

Installation

Package Control installation

The preferred method of installation is Package Control.

To keep up to date with the latest beta releases add "NeoVintageous" to your Package Control settings, see Package Control settings documentation for more information, for example:

"install_prereleases": ["NeoVintageous"]

Manual installation

Close Sublime Text, then download or clone this repository to a directory named NeoVintageous in the Sublime Text Packages directory for your platform:

OS Command
Linux git clone https://github.com/NeoVintageous/NeoVintageous.git ~/.config/sublime-text-3/Packages/NeoVintageous
OSX git clone https://github.com/NeoVintageous/NeoVintageous.git ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/NeoVintageous
Windows git clone https://github.com/NeoVintageous/NeoVintageous.git %APPDATA%\Sublime/ Text/ 3/Packages/NeoVintageous

Documentation

NeoVintageous is an emulation of Vim (feature-parity is an ongoing effort). See the :help neovintageous command to learn about the differences.

Vim's documentation system is accessible via the :help command, and is an extensive cross-referenced and hyperlinked reference. It's kept up-to-date with the software and can answer almost any question about Vim's functionality. An up-to-date version of Vim help, with hyperlinks, can be found on appspot.

Plugins

The following plugins are available out-of-the-box (feature-parity is an ongoing effort):

Plugin Documentation Original Vim Plugin
Abolish :help abolish vim-abolish
Commentary :help commentary vim-commentary
Highlighted Yank :help highlightedyank vim-highlightedyank
Indent Object :help indent-object vim-indent-object
Multiple Cursors :help multiple-cursors vim-multiple-cursors
Surround :help surround vim-surround
Unimpaired :help unimpaired vim-unimpaired

Contributing

See CONTRIBUTING.md.

Changelog

See CHANGELOG.md.

Credits

NeoVintageous is a fork of the discontinued Vintageous plugin.

License

Released under the GPL-3.0-or-later License.

About

Vim emulation layer for Sublime Text (Vintageous fork).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%