Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/buhrmi/githubify
Browse files Browse the repository at this point in the history
  • Loading branch information
buhrmi committed Oct 19, 2012
2 parents 7d0d05e + db661dd commit 5f71e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Githubify

This plugin allows you to view a file in Sublime Text 2, and instantly open a browser window showing the file at the current line (on the current branch) on Github.
This plugin allows you to view a file in Sublime Text 2, and instantly open a browser window showing or blaming the file at the current line (on the current branch) on Github.

## Installation

Expand All @@ -16,4 +16,4 @@ The plugin should be picked up automatically. If not, restart Sublime Text.
## Usage

Select some text (or not).
Hit Shift+Command+P and choose 'View file on Github' or by keypress (⌘\\ by default, configurable in .sublime-keymap file).
Hit Shift+Command+P and choose 'View file on Github' or by keypress (⌘+\\ by default, configurable in .sublime-keymap file). Shift+⌘+\\ blames the current line.

0 comments on commit 5f71e2d

Please sign in to comment.