phi-search
phi-search copied to clipboard
Another incremental search command, compatible with “multiple-cursors”
If you try to replace "Data" to "test_data" with phi-replace things can get quite frustrating, because phi-replace will only replace it to "Test_Data" even if case-replace is nil. This patch...
Under certain circumstances, when using `phi-search` with `multiple-cursors`, the first cursor becomes duplicated. To reproduce: 1. Start with a new blank buffer 2. Make some repetitive text, e.g. ` foo...
Using emacs native isearch, there's M-p, M-n key to switch to previous/next keyword in history when in isearch minibuffer. Is there any function similar to this in phi-search?
Compare this with `isearch-backward`, which leaves it at the beginning.
`phi-search` rarely hangs up when we delete the search query (maybe it (unexpectedly) searches the buffer with an empty query `""`?)
Somehow the handling of `phi-search-limit` is sub-par. I often use incremental search to move the cursor (I find the behavior much more intuitive than `ace-cursor` or `move-to-char`), but if I...
> Sometimes it will be non-nil, but (active-minubuffer-window) will return nil. as mentioned in PR #41
in some cases phi-search highlights nothing on failure (as mentioned here -> #29)
Would be it be hard/possible to implement a slight delay before highlighting all matches in the visible buffer, as isearch does (see `isearch-lazy-highlight-initial-delay')? This is not really for performance reasons...
Assuming C-s is bound to phi-search: C-s ; start phi-search C-x o ; switch away C-s ; break the modeline I noticed that I got the modeline stuck with _phi-search_,...