Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support to CMD+Left/Right for Mac navigation #380

Merged
merged 1 commit into from May 5, 2016

Commits on May 5, 2016

  1. Added support to CMD+Left/Right for Mac navigation

    In MacOS, in addition to CTRL+A and E for "Home" and "End", another commonly used combination is CMD+Left for Home, and CMD+Right for End.
    
    This commit adds those shortcuts, and pulls out the "getStartOfLine" and "getEndOfLine" functions out so they can respond to multiple command keys.
    
    Also fixed the triggerKeyCommand test method to accept non-alpha codes
    atonse committed May 5, 2016
    Configuration menu
    Copy the full SHA
    d1f7eff View commit details
    Browse the repository at this point in the history