Skip to content

Instantly share code, notes, and snippets.

@maddouri
Last active September 14, 2019 20:56
Show Gist options
  • Save maddouri/d82f4fac520faab1f0cf08152b979642 to your computer and use it in GitHub Desktop.
Save maddouri/d82f4fac520faab1f0cf08152b979642 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
[
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["ctrl+space"], "command": "auto_complete" },
{ "keys": ["ctrl+alt+left"], "command": "jump_back" },
{ "keys": ["ctrl+alt+right"], "command": "jump_forward" },
{ "keys": ["ctrl+shift+o"], "command": "prompt_add_folder" },
{ "keys": ["ctrl+up"], "command": "scroll_lines", "args": {"amount": 1.0 } },
{ "keys": ["ctrl+down"], "command": "scroll_lines", "args": {"amount": -1.0 } },
{ "keys": ["ctrl+u"], "command": "soft_undo" }
]
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"ARM Assembly",
"Case Conversion",
"ChannelRepositoryTools",
"Clang Format",
"CMakeEditor",
"Crypto",
"Dockerfile Syntax Highlighting",
"EasyDiff",
"FileManager",
"FilterPipes",
"Git Config",
"Gradle_Language",
"HexViewer",
"Monokai Extended",
"NFO",
"Package Control",
"Path Tools",
"PowerShell",
"Pretty JSON",
"QML",
"Sass",
"SublimeLinter",
"SublimeLinter-shellcheck",
"Theme - Soda",
"TrailingSpaces",
"VimL"
]
}
{
"color_scheme": "Packages/User/SublimeLinter/Monokai Extended Bright (SL).tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"detect_indentation": true,
"file_exclude_patterns":
[
],
"font_face": "Ubuntu Mono",
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"rulers":
[
100
],
"show_encoding": true,
"show_line_endings": true,
"soda_folder_icons": true,
"tab_size": 4,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment