-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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 Search in Buffer #5890
Comments
Thanks for the suggestion! This is something we already support today - it's bound to Ctrl+shift+f by default. As far as improvements go, we've got #3920 tracking a number of improvements, including:
/dup #3920 |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Hey man... I'm used to that exhausting docs from MS products... (like exchange, or sql-server) I don't know what docs I need to read to stop that stupid questions about Windows Terminal. |
Sorry about that. As of today, all our documentation is in the We're working on making sure our documentation is available, discoverable and accessible. |
when I use ctrl+shift+f, I can no longer find any change, and in setting I really have setted key-binding of "find", I don't know what happend? |
Can you share your settings file? |
This comment has been minimized.
This comment has been minimized.
I'm sorry, you put it into your json file with the three ``` in it? Don't do that. Also, it looks like you have a very old version of terminal settings. You might be a lot happier if you migrate to the new format (back up the things you care about, delete the file, and let Terminal make a new one.) |
so strange , even I migrate to the new format, "find" is still not work |
Okay can you share your new settings file? |
This comment has been minimized.
This comment has been minimized.
the code block is automatically by markdown of github, and in my json, there is no ``` |
I have known it , |
Oh! Thank you! |
Description of the new feature/enhancement
A way to search in buffer of local session for some string.
It could/should be triggered by a key combination (like CTRL+f, as in all other apps).
Proposed technical implementation details (optional)
Once again: "Nothing is created, everything is copied."
So, in Iterm2 we have the feature:
Regular Expression Search
When you open the find field (cmd-f) there is a down-arrow on the left of the field by the magnifying glass. Clicking it opens a menu of options in which you can enable regular expression search. The ICU syntax is used.
Source -> https://www.iterm2.com/documentation-one-page.html
On the first moment a simple string match is OK.
But regular expression is "the way and the truth and the life". So this would be a great idea.
Visual Studio supports regular expression based searchs!
Maybe this link could be inspiring:
https://docs.microsoft.com/pt-br/visualstudio/ide/using-regular-expressions-in-visual-studio?view=vs-2019
An extra ideia is:
The text was updated successfully, but these errors were encountered: