Skip to content

Instantly share code, notes, and snippets.

@ryzalyusoff
Created January 31, 2017 00:55
Show Gist options
  • Save ryzalyusoff/84aa99110d38976a9080749998d2668f to your computer and use it in GitHub Desktop.
Save ryzalyusoff/84aa99110d38976a9080749998d2668f to your computer and use it in GitHub Desktop.
Assign "cmd+shift+F" to toggle between search pane on Atom
# Assign "cmd+shift+F" to toggle between search pane on Atom
# To open this keymap.cson, go to Atom on menu bar > Keymap
'atom-workspace':
'cmd-F': 'project-find:toggle'
'cmd-f': 'find-and-replace:toggle'
# Or if you want to assign on specific platform use:
#'.platform-darwin':
# 'cmd-F': 'project-find:toggle'
# 'cmd-f': 'find-and-replace:toggle'
#'.platform-win32, .platform-linux':
# 'ctrl-F': 'project-find:toggle'
# 'ctrl-f': 'find-and-replace:toggle'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment