Skip to content

Commit

Permalink
Make View and alias for Open Remote URL in Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
bgreenlee committed Nov 12, 2013
1 parent 5d79b99 commit 4bb11e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Github.sublime-commands
Expand Up @@ -12,7 +12,7 @@
{ "caption": "GitHub: Switch Accounts", "command": "switch_accounts" },
{ "caption": "GitHub: Copy Remote URL to Clipboard", "command": "copy_remote_url" },
{ "caption": "GitHub: Open Remote URL in Browser", "command": "open_remote_url" },
{ "caption": "GitHub: View", "command": "view"},
{ "caption": "GitHub: View", "command": "open_remote_url"},
{ "caption": "GitHub: Blame", "command": "blame"},
{ "caption": "GitHub: History", "command": "history"},
{ "caption": "GitHub: Edit", "command": "edit"}
Expand Down
4 changes: 0 additions & 4 deletions sublime_github.py
Expand Up @@ -463,10 +463,6 @@ def on_done(self):
sublime.status_message("Remote URL copied to clipboard")


class ViewCommand(OpenRemoteUrlCommand):
url_type = 'blob'


class BlameCommand(OpenRemoteUrlCommand):
url_type = 'blame'

Expand Down

0 comments on commit 4bb11e7

Please sign in to comment.