In this version, a new documentation website has been created from scratch and with the new alternate buffer register you can easily toggle between two Vim buffers.
Introducing NeoVintageous 1.34.0! This is a small release, it adds more support for the Targets plugin and some minor enhancements and fixes.
Introducing NeoVintageous 1.33.0! While this release may seem somewhat understated, it brings many subtle enhancements, fixes, and an overall refinement of existing features.
Introducing NeoVintageous 1.32.0! This release comes packed with exciting features. Highlights include Effortless Input Method Switching, Colemak and Dvorak Mappings, Gutter Marks: Introducing Markology, Universal Character Mapping, Tailored Sublime Text Exit Behaviour, Comprehensive Documentation and Roadmap
This is a mapping that adds the current file to the git staging area. This won't work if the file is not located within your current working directory. How can you determine the current working directory?
NeoVintageous 1.31.0 has been released. Highlights include new and improved window commands, marks, goto file commands, and an advanced reveal in side bar command.
Everyone wants to know the secret sauce. Package Control is a great package manager. See the installation guide on how to install it. I use an enhanced Monokai color scheme called MonokaiFree. I use A File Icon for sidebar icon support.
Git Open is a Sublime Text plugin that provides integration for git-open, a script that allows you to open a repo website in your browser. It supports Linux, Mac, and Windows, and supports GitHub, GitLab, and Bitbucket.
NeoVintageous supports three types of vim visual bell. The setting vintageous_bell allows you to choose the style for the visual bell.
NeoVintageous 1.30.0 has been released. This is more of a polishing release than big feature release. Highlights include improvements to the neovintageousrc file format, multiple cursors improvements, and session persistence improvements.
NeoVintageous supports a number of vim options. Besides changing options with the :set command in an active view, you can set options at startup via a neovintageousrc file, NeoVintageous's answer to the vimrc file.
NeoVintageous has two vim commands for jumping to misspelled words. [s Jump backward to the previous misspelled word. ]s Jump forward to the next misspelled word.
NeoVintageous has two vim commands for jumping to diff hunks. [c Jump backward to the previous start of a change. ]c Jump forwards to the next start of a change.
NeoVintageous has two vim commands for jumping to SCM conflicts. These are part of the Unimpaired plugin bundled with NeoVintageous. [n Jump backward to previous SCM conflict marker or diff/patch. ]n Jump forward to next SCM conflict marker or diff/patch.
SublimeLinter is a code linting framework for Sublime Text. NeoVintageous has two commands for jumping to lint errors.
You can go to any symbol in a project via Menu → Goto → Goto Symbol in Project, but why work so hard.
You can revert a hunk via a right mouse click and selecting Revert Diff Hunk, but if my calculations are correct, when this baby is mapped, and we reload our rc file... you're gonna see some serious shit.
You can reveal a file in the sidebar via a right mouse click and selecting Reveal in Side Bar, but why work so hard.
You can use the Command Palette NeoVintageous: Open RC File to edit the neovintageousrc file. A mapping is quicker. And why not. I recommend `<leader>en`. A mnemonic is edit neovintageous.
NeoVintageous's mapping features are exceptionally potent. Did you know that you can map to virtually any Sublime Text command, execute commands in ex mode, and even map to commands within your own or third-party packages?
Did you know that NeoVintageous has a side bar toggle command that you can map to? It's a great way to free up screen real estate when you need it. Let me show you a few examples.
Vim's help pages are distributed unmodified in NeoVintageous and are accessed in the same way as Vim. The help pages are provided unmodified so it's important to remember when using them that NeoVintageous may not yet implement that particular feature. Some differences are documented own help page.
NeoVintageous 1.4.0 is now available. The highlights are a new help system (including full Vim documentation) and the ability to map to built-in Sublime Text commands or user commands.