Sublime Merge small improvements

This commit is contained in:
Jan Andrle 2024-08-20 16:56:41 +02:00
parent 8f91b50c0c
commit e030342ca5
Signed by: jaandrle
GPG Key ID: B3A25AED155AFFAB
2 changed files with 8 additions and 0 deletions

View File

@ -21,4 +21,11 @@
"command": "git",
"args": { "argv": [ "browse" ] }
},
{
"caption": "Branch -D --all (delete remote and local branch)",
"command": "delete_branch",
"args": {
"argv": [ true, true, true ]
}
}
]

View File

@ -8,4 +8,5 @@
"side_bar_layout": "tabs",
"signature_error_highlighting": "no_public_key",
"theme": "Merge Dark.sublime-theme",
"expand_merge_commits_by_default": true,
}