swiper icon indicating copy to clipboard operation
swiper copied to clipboard

Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man!

Results 154 swiper issues
Sort by recently updated
recently updated
newest added

I've been an user of `swiper-isearch` almost since it came about, and I really like it. However, I was frequently baffled by a somewhat mysterious behavior when navigating through `swiper-isearch`'s...

…rom dynamic collection. This change is allow to resume to staled data from dynamic collection. Of course we can always use `ivy-occur` but `ivy-occur` is taking a whole window +...

I have written my own sort function for `find-file`, but could so far not find information about what the name is of the function for sorting command candidates. Is there...

Okay... So a couple of points; only the last is relevant for this PR: 1. I tried `swiper-isearch` - it is fast, but I liked the line-based nature of `swiper`....

enhancement

I recently installed `counsel` and I like what it is doing, but I got a problem with it: Usually, when I typed a command in the `M-x` minibuffer, like `mag-log`...

support

I don't know if this feature exists or not. I did my best to find the answer in the documentation and also among the issues (both closed and open) and...

I use swiper a lot, and feel there is one place that the swiper results sorting could be improved. Below is one example to illustrate the differences between swiper, fzf,...

Hey, is it possible to remap https://github.com/abo-abo/swiper/blob/master/ivy.el#L4544 I'm unable to overwrite it: ```el (define-key ivy-minibuffer-map (kbd "C-h") (kbd "DEL")) (define-key ivy-minibuffer-map (kbd "C-j") 'ivy-next-line) (define-key ivy-minibuffer-map (kbd "C-k") 'ivy-previous-line) (define-key...

How to set the faces of line, background, etc of swiper? Thanks!

I set ivy-re-builders-alist to ivy--regex-ignore-order, it can filter the cands with multiple keys. but the highlight can only be forward. for example, abcdefgh, when I type de, gh, the degh...