Forked from pid/keystroke-toggle-linenumbers-settings.json
Created
July 15, 2021 13:09
-
-
Save orklann/c2e5865bb2646d18860761b5307d68a7 to your computer and use it in GitHub Desktop.
Sublime Text keystroke toggle line numbers show/hide
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"keys": ["ctrl+alt+l"], | |
"command": "toggle_setting", | |
"args": { | |
"setting": "line_numbers" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment