atom / find-and-replace

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

There's no default shortcut for replace-next in windows #1104

Closed Unentokku closed 4 years ago

Unentokku commented 4 years ago

In keymaps/find-and-replace.cson there isn't a win32 shortcut for replace next like there is for darwin. Perhaps it was removed because the cmd-alt-e used for darwin normally makes the € sign.

rsese commented 4 years ago

Thanks for reaching out!

We require the template to be filled out on all new issues and pull requests. We do this so that we can be certain we have all the information we need to address your submission efficiently. This allows the maintainers to spend more time fixing bugs, implementing enhancements, and reviewing and merging pull requests.

Thanks for understanding and meeting us half way :grinning:


See the discussion here for more context about replace-next and a default Windows keybinding: https://github.com/atom/find-and-replace/pull/713#issuecomment-270999759. And you can add your own keybinding if you'd like of course.