my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
661 B

3 years ago
  1. ## sublime-merge
  2. Plugin for Sublime Merge, a cross platform text and code editor, available for Linux, Mac OS X, and Windows.
  3. ### Requirements
  4. * [Sublime Merge](https://www.sublimemerge.com)
  5. ### Usage
  6. * If `sm` command is called without an argument, launch Sublime Merge
  7. * If `sm` is passed a directory, `cd` to it and open the existing git repository in Sublime Merge
  8. * If `smt` command is called, it is equivalent to `sm .`, opening the existing git repository in the current folder in Sublime Merge
  9. * If `ssm` command is called, it is like `sudo sm`, opening the git repository in Sublime Merge. Useful for editing system protected repositories.