piuccio / sublime-esformatter

JavaScript formatter plugin for Sublime Text
MIT License
28 stars 20 forks source link

Loss of Replace shortcut #52

Open tnguyen14 opened 9 years ago

tnguyen14 commented 9 years ago

After installing this plugin, I lose the shortcut for Replace (super+alt+f). I removed the plugin, and even tried to set

{ "keys": ["super+alt+f"], "command": "show_panel", "args": {"panel": "replace", "reverse": false} }

to user's keybinding settings. Yet, this shortcut is still lost for me.

Do you have any suggestion on how I could bring this key shortcut back? It's very important for me, I use it on a daily basis.