-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ctrl+f does not work in windows #12
Comments
I suspect this is related to vercel/hyper#1121 rather than hyper-search |
I'm not sure, even when I do manual Edit > Find > Toggle Find Bar, I get nothing. I'm on 2.0 though so that might be related? |
Same on Mac
(Edit > Find > Toggle Find Bar) also does NOT work. |
been doing a little digging on this, it seems the last updates made regarding hterm are causing this issue, will try to push a fix in the next couple of weeks |
Just confirming, updated to Hyper 2.1.1 (Canary) from 1.x and High Sierra 10.13.1 |
Also on Windows 10 (WLS - Bash) but you can fix this by forking the hyper-search plugin (with hpm) and edit the source:
then edit ~/.hyper_plugins/local/hyper-search/src/constants.js and modify:
So that Alt+f will open search input. Cheers. S. |
just published a fix intended to deal with the issues you were getting for hyper >=2, not sure what's going with osx/hyper 1.48 though, it does work for me, can u guys all please give this a try again? @simmessa i don't have a windows box handy to test this, can u please submit a pull request with that fix? i would really appreciate it. thanks |
modify: in but can we have horkeys settings in Otherwise keys are being overridden after restart. |
This is still not working for me on my Windows box. Using these plugins: Agree that a place to configure hot keys might be good enough. Especially since I believe this seems to be a bug with Hyper or one of its dependencies rather than with this library. Specifically this: vercel/hyper#1121 (comment). |
just pushed a fix for this in 0.0.10, new shortcuts is shift+ctrl-f I still need to figure out what to do with shift+ctrl+g but that is another story, will review alternatives later. Important note: keep in mind to restart hyper after updating. |
I'm using Hyper 2.1.2 on Windows 7 and the |
This should be re-opened IMO. |
This is easily fixed with this: config: {
// ...
hyperSearchUI: {
hotkey: "Ctrl+Shift+f" // Or whatever you want
}
// ...
} |
A fresh install of Hyper and hyper-search on Windows worked for me today. Only needed to figure out that it is |
For some reason even in bash (ubuntu) mode it still does not work.
It opens manually and everything else works.
The text was updated successfully, but these errors were encountered: