Vintage Relative Lines
Relative numbering for Sublime Text's Vintage mode.
Details
Installs
- Total 762
- Win 358
- Mac 207
- Linux 197
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Vintage Relative Numbering
Relative numbering for Sublime's Vintage mode.
Install Instructions
Ensure that Vintage mode is enabled for Sublime.
In Command
or Visual
mode you will have control over the line numbering style.
From Package Control (Recommended)
Install Package Control.
Run the “Package Control: Install Package” command.
Find and install the “Vintage Relative Lines” plugin.
Restart Sublime Text if there are issues.
Manually
Navigate to Sublime's Packages directory.
This can be found by opening up Sublime's console (
Ctrl + ` (backtick)
, orView > Show Console
), and runsublime.packages_path()
.Place the
vintage_relnums
folder inside the Packages directory.You can do this by cloning or downloading these files. For cloning, from the Packages directory run
git clone https://github.com/bicarlsen/vintage_relnums.git
in a console.
Commands
Two commands are provided with the plugin.
Toggle Line Mode
Command: vrl_toggle_line_mode
Default Key Map: ctrl + alt + l
Cycles through available line numbering modes.
When using phantoms these modes are
hybrid
,relative
, andabsolute
.When using native numbering the modes are
hybrid
andabsolute
.
Toggle Native
Command: vrl_toggle_native
Default Key Map: ctrl + alt + n
Toggles between using phantoms and native line numbering, if available.
Settings
Change settings for the plugin by opening the Preferences > Package Settings > Vintage Relative Lines
menu, and clicking on Settings - User
. This opens up the user settings file. By clicking on Settings - Default
the default settings file is opened, and all the settings with an explanation are provided.
Keybindings
The default key bindings for the package's commands are given in the Commands section. These bindings can be modified by openeing the Preferences > Package Settings > Vintage Relative Lines
menu and clicking on Key Bindings – Default
. One can add to the deafult key bindings in the Key Bindings – User
file, which is also accesible via Preferences > Key Bindings
.
Helping Out
Please feel free to help out and imporve this plugin. It is my first sublime plugin so is fairly simple and should be easy to improve.
Acknowledgements
I used OdatNurd's Plugin 101 tutorial videos to get started. If you're interested in learning how to develop Sublime plugins it is a great starting point.