Created
January 31, 2017 00:55
-
-
Save ryzalyusoff/84aa99110d38976a9080749998d2668f to your computer and use it in GitHub Desktop.
Assign "cmd+shift+F" to toggle between search pane on Atom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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