google / ci_edit

A terminal text editor with mouse support and ctrl+Q to quit.
Apache License 2.0
223 stars 54 forks source link

Fuzzy search inside the current work directory #191

Open gennad opened 5 years ago

gennad commented 5 years ago

I am proposing to add a command to open a file inside the current working directory with the fuzzy search.

dschuyler commented 5 years ago

Would this be in the ctrl+o open window or the ctrl+p prediction window?

gennad commented 5 years ago

Maybe ctrl+p? From what I see it currently showing recent files but we could also include files inside the current directory hierarchy and rank them as user types the name of the file based on some fuzzy search algorithm?

dschuyler commented 5 years ago

SGTM (sounds good to me).