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

Format file keybinding conflicts with default #136

Closed
mwean opened this issue Oct 12, 2017 · 1 comment
Closed

Format file keybinding conflicts with default #136

mwean opened this issue Oct 12, 2017 · 1 comment

Comments

@mwean
Copy link

mwean commented Oct 12, 2017

Hi, it looks like the new update that includes a keybinding for the format file command conflicts with the default "Slurp Find String" keybinding.

Slurp Find String

Copies the current selection or word into the “find” field of the find panel.

I think it might make sense to use another keybinding for your command, since it was very surprising when this happened, and it was tough to find out which package was causing it.

For others that want to override it, just add the following to your User keymap:

{
  "keys": ["super+e"],
  "command": "slurp_find_string"
}
@josevalim
Copy link
Contributor

I agree. I will fix it. :)

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