Skip to content

Instantly share code, notes, and snippets.

@lemonjp
Last active October 13, 2016 11:44
Show Gist options
  • Save lemonjp/9bace2a298e2253f44c9 to your computer and use it in GitHub Desktop.
Save lemonjp/9bace2a298e2253f44c9 to your computer and use it in GitHub Desktop.
sublime text user setting
[
{"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" },
]
{
"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