Toggle Find-and-Replace panel in Atom editor

To be able to toggle Find-and-Replace panel in Atom (v0.182.0), add this following lines to your keymap.cson:

'.platform-win32, .platform-linux':
  'ctrl-f': 'find-and-replace:toggle'
  'ctrl-shift-f': 'project-find:toggle'

Comments