atom / find-and-replace

Find and replace in a single buffer and in the project
MIT License
242 stars 196 forks source link

keymap does not support BSD (FreeBSD) #1126

Open walterjwhite opened 4 years ago

walterjwhite commented 4 years ago

Prerequisites

Description

Steps to Reproduce

  1. install FreeBSD (and atom-ide)
  2. open new document
  3. attempt to search (ctrl+f), observe there is no keybinding, user must manually click into menu

Expected behavior: ctrl+f opens find/replace dialog

Actual behavior: nothing happened

Reproduces how often: 100%

Versions

1.45.0

Additional Information

https://github.com/atom/find-and-replace/blob/master/keymaps/find-and-replace.cson does not reference BSD, in addition, the keymaps declare support for mac, linux, or windows and therefore will NOT bind on FreeBSD.