0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00
ohmyzsh/plugins/sublime-merge
2020-10-03 11:47:18 +02:00
..
README.md Add sublime-merge plugin (#7228) 2020-10-03 11:47:18 +02:00
sublime-merge.plugin.zsh Add sublime-merge plugin (#7228) 2020-10-03 11:47:18 +02:00

sublime-merge

Plugin for Sublime Merge, a cross platform text and code editor, available for Linux, Mac OS X, and Windows.

Requirements

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.