zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
24.42k stars 1.16k forks source link

how can i search for text in a big file im editing #3135

Closed slrgt closed 4 months ago

slrgt commented 5 months ago

Description of the problem or steps to reproduce

When i try using the Find keybinding to search for certain text it only shows me the text i search for if its currently in the window. if its below what the text currently displayed in the window it doesnt highlight or move to it like CTRL-F usually does on websites or text editors

charlesbrandt commented 5 months ago

Find is available via ctrl-f, but you must complete your first search by pressing enter before you can use ctrl-n to findNext.