I am having some issues with key bindings in Sublime Text 3. Specifically "cmd+shift+f - find in all files". I have no custom user key bindings saved. When i press cmd+shift+f nothing is happening.
Most key bindings seem to work fine but not cmd+shift+f (the one i really would like to work).
If i change the custom user key bindings:{ "keys": ["super+shift+f"], "command": "show_panel", "args": {"panel": "find_in_files"} }
(default)
to
{ "keys": ["alt+shift+f"], "command": "show_panel", "args": {"panel": "find_in_files"} }
(custom)
for example, it works. But i want command+shift+f to work badly!
Does any one have any ideas what could be causing this? Could it be some key bindings on my mac that overrides the Sublime Text key binding? I have the emmet plugin installed. Any suggestions at all is appreciated. Thanks in advanced.