Created
          September 18, 2015 21:51 
        
      - 
      
- 
        Save hoorayimhelping/1441c8016a5f6685b499 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | diff --git a/Default (OSX).sublime-keymap b/Default (OSX).sublime-keymap | |
| new file mode 100644 | |
| index 0000000..21d10e8 | |
| --- /dev/null | |
| +++ b/Default (OSX).sublime-keymap | |
| @@ -0,0 +1,3 @@ | |
| +[ | |
| + { "keys": ["super+shift+r"], "command": "revert" }, | |
| +] | |
| diff --git a/install b/install | |
| index 836f49f..8de9716 100755 | |
| --- a/install | |
| +++ b/install | |
| @@ -12,6 +12,7 @@ source ~/.bashrc | |
| echo "Updating Sublime Text Settings" | |
| cp $DIR/Preferences.sublime-settings ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/ | |
| +cp $DIR/Default\ \(OSX\).sublime-keymap ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/ | |
| sudo ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl | |
| echo "Updating OS X defaults" | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment