mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Add sublime-merge plugin (#7228)
This commit is contained in:
parent
1617f4ffaf
commit
d5dc9f7153
2 changed files with 72 additions and 0 deletions
17
plugins/sublime-merge/README.md
Normal file
17
plugins/sublime-merge/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
## sublime-merge
|
||||
|
||||
Plugin for Sublime Merge, a cross platform text and code editor, available for Linux, Mac OS X, and Windows.
|
||||
|
||||
### Requirements
|
||||
|
||||
* [Sublime Merge](https://www.sublimemerge.com)
|
||||
|
||||
### Usage
|
||||
|
||||
* If `sm` command is called without an argument, launch Sublime Merge
|
||||
|
||||
* If `sm` is passed a directory, `cd` to it and open the existing git repository in Sublime Merge
|
||||
|
||||
* If `smt` command is called, it is equivalent to `sm .`, opening the existing git repository in the current folder in Sublime Merge
|
||||
|
||||
* If `ssm` command is called, it is like `sudo sm`, opening the git repository in Sublime Merge. Useful for editing system protected repositories.
|
||||
Loading…
Add table
Add a link
Reference in a new issue