⚡ Sublime Merge
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
// Settings in here override those in "Default/Preferences.sublime-settings",
|
||||
// and are overridden in turn by syntax-specific settings.
|
||||
{
|
||||
"theme": "Merge Dark.sublime-theme",
|
||||
"hardware_acceleration": "opengl",
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"spell_check": false
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
// https://github.com/Sublime-Instincts/CommandsBrowser/tree/master/sm_commands_metadata
|
||||
[
|
||||
{
|
||||
"caption": "Switch…",
|
||||
"command": "checkout_branch",
|
||||
},
|
||||
{
|
||||
"caption": "Switch -C…",
|
||||
"command": "create_branch",
|
||||
},
|
||||
{
|
||||
"caption": "Checkout -B…",
|
||||
"command": "create_branch",
|
||||
},
|
||||
{
|
||||
"caption": "Commit…",
|
||||
"command": "commit",
|
||||
},
|
||||
{
|
||||
"caption": "Browse repository",
|
||||
"command": "git",
|
||||
"args": { "argv": [ "browse" ] }
|
||||
},
|
||||
]
|
@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"keys": ["ctrl+;"],
|
||||
"command": "show_command_palette"
|
||||
},
|
||||
]
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"draw_white_space": "all"
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
// Settings in here override those in "Default/Preferences.sublime-settings",
|
||||
// and are overridden in turn by syntax-specific settings.
|
||||
{
|
||||
"hardware_acceleration": "opengl",
|
||||
"diff_algorithm": "match_git",
|
||||
"diff_style": "auto",
|
||||
"font_face": "Ubuntu Mono",
|
||||
"side_bar_layout": "tabs",
|
||||
"signature_error_highlighting": "no_public_key",
|
||||
"theme": "Merge Dark.sublime-theme",
|
||||
}
|
Reference in New Issue
Block a user