Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillermooo/Vintageous
Vi/Vim emulation for Sublime Text 3
https://github.com/guillermooo/Vintageous
Last synced: 11 days ago
JSON representation
Vi/Vim emulation for Sublime Text 3
- Host: GitHub
- URL: https://github.com/guillermooo/Vintageous
- Owner: guillermooo
- License: other
- Created: 2013-01-29T19:53:11.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T20:06:54.000Z (over 6 years ago)
- Last Synced: 2024-10-21T10:33:42.914Z (15 days ago)
- Language: Python
- Homepage: http://guillermooo.bitbucket.org/Vintageous/
- Size: 3.35 MB
- Stars: 1,640
- Watchers: 55
- Forks: 115
- Open Issues: 229
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - guillermooo/Vintageous - Vi/Vim emulation for Sublime Text 3 (Python)
README
[![Build Status](https://travis-ci.org/guillermooo/Vintageous.svg?branch=master)](https://travis-ci.org/guillermooo/Vintageous) [![Build status](https://ci.appveyor.com/api/projects/status/pvea8jg8bdoq2rmn/branch/master)](https://ci.appveyor.com/project/guillermooo/vintageous/branch/master)
## Vintageous
**Vintageous** is a comprehensive vi/Vim emulation layer for Sublime Text 3.
Vintageous has been discontinued.
The successor to Vintageous is Sublime Six.
See you in Sublime Six.
https://github.com/guillermooo/Six
http://sublimesix.com/
### Installing
**Make sure that Vintage
is in the `ignored_packages` list
in your user preferences.**You can install Vintageous in multiple ways:
##### Using Package Control
Search for 'Vintageous' and install.
##### Using a Pre-built Version
1. Download the [current build](https://bitbucket.org/guillermooo/vintageous/downloads/Vintageous.sublime-package)
2. Copy *Vintageous.sublime-package* to the *Installed Packages* folder located under the data directory.##### Building from Source
1. Clone this repository
2. Optionally, update to a specific tag
3. Run `./bin/build.sh` (OS X/Linux) or `bin/Publish.ps1` (Windows).Refer to the [wiki](https://github.com/guillermooo/Vintageous/wiki) for more information.
### Documentation
Refer to the [wiki](https://github.com/guillermooo/Vintageous/wiki).
### Settings
See [Vintageous/Preferences.sublime-settings](https://github.com/guillermooo/Vintageous/blob/master/Preferences.sublime-settings) for a comprehensive list of settings.