]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/sublime-merge/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / sublime-merge / README.md
1 ## sublime-merge
2
3 Plugin for Sublime Merge, a cross platform text and code editor, available for Linux, Mac OS X, and Windows.
4
5 ### Requirements
6
7  * [Sublime Merge](https://www.sublimemerge.com)
8
9 ### Usage
10
11  * If `sm` command is called without an argument, launch Sublime Merge
12
13  * If `sm` is passed a directory, `cd` to it and open the existing git repository in Sublime Merge
14
15  * If `smt` command is called, it is equivalent to `sm .`, opening the existing git repository in the current folder in Sublime Merge
16
17  * If `ssm` command is called, it is like `sudo sm`, opening the git repository in Sublime Merge. Useful for editing system protected repositories.