Last active
October 13, 2016 11:44
-
-
Save lemonjp/9bace2a298e2253f44c9 to your computer and use it in GitHub Desktop.
sublime text user setting
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+u"], "command": "scroll_lines", "args": {"amount": 20.0}, "context": [{ "key": "setting.command_mode" }]}, | |
{"keys": ["ctrl+d"], "command": "scroll_lines", "args": {"amount": -20.0}, "context": [{"key": "setting.command_mode"}]}, | |
{"keys": ["ctrl+e"], "command": "toggle_side_bar" }, | |
] |
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
{ | |
"draw_white_space": "selection", | |
"font_size": 11, | |
"ignored_packages": | |
[ | |
], | |
"show_encoding": true, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"vintage_ctrl_keys": true, | |
"vintage_start_in_command_mode": true | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment