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

avoid collision of key binding on win32 and linux #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

avoid collision of key binding on win32 and linux #43

wants to merge 1 commit into from

Commits on Jul 17, 2015

  1. avoid collision of key binding on win32 and linux

    atom-core defines this keybindings for 'f3' but none for 'f1'
    
    '.platform-win32 atom-text-editor, .platform-linux atom-text-editor':
      'f3': 'find-and-replace:find-next'
    
    This pull requests makes the racer-keybinding work on win32 and linux by default.
    colin-kiegel committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    945f55d View commit details
    Browse the repository at this point in the history