ctrlf icon indicating copy to clipboard operation
ctrlf copied to clipboard

⌨️ Emacs finally learns how to ctrl+F.

Results 44 ctrlf issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/radian-software/ctrlf/issues/119

Hi there, I'm trying to move away from swiper, came across your package and found that I don't actually need swiper, just a sane fuzzy isearch interface that auto-centers. I...

waiting on response

After starting Isearch, C-w (isearch-yank-word-or-char) yanks the word at point into the current query. You can call it successively, and it yanks additional words. I find this workflow very useful,...

Does ctrlf expose its current search state anywhere for use in segments like https://github.com/seagle0128/doom-modeline/blob/master/doom-modeline-segments.el#L1222 ? My experimentation and skimming of the code suggested that it constructs its overlays lazily, so...

I know this feature was added in #23 , but it does not seem to work for me anymore, even in a vanilla emacs with only ctrlf installed afresh. The...

The consult package has a command [consult-focus-lines](https://github.com/minad/consult#search) that hides lines by applying a user-defined filter. The hidden lines are still in the buffer, they're just made invisible using overlays (IIUC)....

when i use C-r to search something in reverse and i use C-r for the next one then it shows Next element matching (regex) in minibuffer. Note: I have helm...

waiting on response

Launch Emacs like this: ```sh TEMP="$(mktemp -d | tee /dev/stderr)" cat >"$TEMP/.emacs"

waiting on response

Following https://github.com/github/renaming, I've renamed the default branch on CTRLF from `master` to `main`. You can update your local copy following [these instructions](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch): ``` git branch -m master main git fetch...

I love this package but whenever I want to move to query replace from within isearch I get the message ```query-replace-read-from: Command attempted to use minibuffer while in minibuffer```. I...