Created
          August 28, 2014 03:45 
        
      - 
      
 - 
        
Save c0ming/f3463cb6da299c82381d to your computer and use it in GitHub Desktop.  
    Xcode Custom Key Binding
  
        
  
    
      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
    
  
  
    
  | <key>Custom</key> | |
| <dict> | |
| <key>Insert New Line Below Current Line</key> | |
| <string>moveToEndOfLine:, insertNewline:</string> | |
| <key>Duplicate Lines</key> | |
| <string>selectLine:, copy:, moveToEndOfLine:, insertNewline:, paste:, deleteBackward:</string> | |
| <key>Delete Current Lines</key> | |
| <string>deleteToBeginningOfLine:, moveToEndOfLine:, deleteToBeginningOfLine:, deleteBackward:, moveDown:, moveToBeginningOfLine:</string> | |
| </dict> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment