Forked from pid/keystroke-toggle-linenumbers-settings.json
Created
February 3, 2016 23:32
-
-
Save gugat/f638f297859c2dc43aab to your computer and use it in GitHub Desktop.
Sublime Text keystroke toggle line numbers show/hide
This file contains hidden or 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