Skip to content

Instantly share code, notes, and snippets.

@bronson
Created May 15, 2015 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bronson/3518270bca2f849d9422 to your computer and use it in GitHub Desktop.
Save bronson/3518270bca2f849d9422 to your computer and use it in GitHub Desktop.
disable ctrl-f keybindings to try to speed up atom
'.platform-darwin .tree-view':
'ctrl-f': 'unset!'
'body':
'ctrl-f': 'unset!'
'body .native-key-bindings':
'ctrl-f': 'unset!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment