Open Smerge | 中文读我
This is a package open
Sublime Merge
inSublime Text
.
Matches all git repositories based on the path to the current file and the folders in project.
-
Git
git clone this repository to sublime packages foldergit clone https://github.com/FloydaGithub/open-smerge.git
-
Package Control
Not passed
ctrl + shift + P -> Open Merge: Settings
Menu -> Preferences -> Package Settings -> OpenMerge -> Setting
Add smerge installation path to $PATH
, Or configure the path in sublime-settings:
{
"smerge_path": "C:\\Program Files\\Sublime Merge\\smerge.exe"
}
ctrl + shift + P -> Open Merge: Key Bindings
Menu -> Preferences -> Package Settings -> OpenMerge -> Key Bindings
[
{
"keys": ["ctrl+alt+m"], "command": "open_smerge"
}
]