⚡ Sublime Merge small improvements
This commit is contained in:
parent
8f91b50c0c
commit
e030342ca5
@ -21,4 +21,11 @@
|
|||||||
"command": "git",
|
"command": "git",
|
||||||
"args": { "argv": [ "browse" ] }
|
"args": { "argv": [ "browse" ] }
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"caption": "Branch -D --all (delete remote and local branch)",
|
||||||
|
"command": "delete_branch",
|
||||||
|
"args": {
|
||||||
|
"argv": [ true, true, true ]
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
@ -8,4 +8,5 @@
|
|||||||
"side_bar_layout": "tabs",
|
"side_bar_layout": "tabs",
|
||||||
"signature_error_highlighting": "no_public_key",
|
"signature_error_highlighting": "no_public_key",
|
||||||
"theme": "Merge Dark.sublime-theme",
|
"theme": "Merge Dark.sublime-theme",
|
||||||
|
"expand_merge_commits_by_default": true,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user