KristofferC / OhMyREPL.jl

Syntax highlighting and other enhancements for the Julia REPL
https://kristofferc.github.io/OhMyREPL.jl/latest/
Other
746 stars 57 forks source link

Small fzf search QOL update. #347

Closed curtd closed 4 days ago

curtd commented 1 month ago

Uses the current REPL line as the initial query string for fzf. If fzf returns an empty result, inserts the initial line instead of the empty string.