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

Key combination for autocomplete current file #54

Open
prutheus opened this issue Jul 15, 2017 · 1 comment
Open

Key combination for autocomplete current file #54

prutheus opened this issue Jul 15, 2017 · 1 comment

Comments

@prutheus
Copy link

Hello!

How can I create a key combination to do:

RuboCop: Autocorrect current file ?

@Irostovsky
Copy link

Hi @prutheus
Go to the user key bindings for the rubocop:
screen shot 2018-02-08 at 11 34 39 am

and add the mapping for your keyboard shortcut to command:

  { "keys": ["super+shift+a"], "command": "rubocop_auto_correct"}

This works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants