Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Forked from SublimeText/WordHighlight
Highlight all copies of the currently selected word.
-
-
Forked from rmaksim/Sublime-Text-2-Inc-Dec-Value
increase / decrease of numbers, dates, hex color values, etc.
Python 2
-
Forked from xavi-/sublime-selectuntil
A sublime package that lets you expand your current selection until a specific character, regex, or char-count is encountered.
Python 2
-
Forked from wbond/package_control_channel
The default channel file for the Sublime Package Control package manager. Fork, add your repository and send a pull request.
Python 1
15 contributions in the last year
Contribution activity
July - August 2020
June 2020
- adzenith/isort Python
Created a pull request in timothycrosley/isort that received 2 comments
Created an issue in hajdaini/select-until-pattern that received 3 comments
Support multiple selections
Looks like it doesn't work with multiple selections. Only the first selection is modified and all others are lost. Any chance you could add support? …