/plugin-sublime

Creates `subl` command line shortcut to launch Sublime Text editor.

Primary LanguageShellMIT LicenseMIT


sublime

Creates subl command line shortcut to launch Sublime Text editor for Oh My Fish.

Install

Note: You need to have Sublime Text installed.

$ omf install sublime

If your Sublime Text app is in a non-standard location, you can add specify the path to subl in your config.fish:

set -g SUBL_PATH "/Applications/Desarrollo/Sublime Text.app/Contents/SharedSupport/bin/subl"

Usage

$ subl [options] [file ...]        edit the given files
$ subl [options] [directory ...]   open the given directories
$ subl [options] -                 edit stdin
$ subl --help                      get help :)

License

MIT © bpinto et al