Jump To EOL With SublimeText
            
                2013-07-05
                
                        
    
    
    
    comments powered by Disqus
    
    
            
      
            
            
                      
        Jump to EOL with SublimeText
by Jeremy Usher, Co-Founder, President
Using SublimeText for your dev? If you find the right arrow key maddeningly far away, and you want to jump to the end of your current line, enter the following into your user key bindings:
{ "keys": ["super+j"], "command": "move_to", "args": {"to": "eol", "extend": false} }
Your hand is always on the "J," and EOL is far more important than the default "Joining Lines" operation.
