You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial problem is the keybindings of the swiper.
I want to make the shortcuts completely same to isearch so that I use my muscle memory without learning any new key combinations for same functionality. You know, like pressing C-s repeatedly would go to the next found and C-r would go to the previous one and so on.
Now, the problem is that if I use isearch and during the search I call help for some reason (say, I pressed C-h b and check the current key maps), I can use the isearch again inside that help buffer. This feature is extremely important. In fact, I only use help with support of isearch. With swiper I cannot do it though. If I try, it falls back to the initial search. Can anything be done to fix this in the sense that I have another swiper for help and then could return to the initial one without losing the search string?
(And related question: is it possible to limit the minibuffer so that it pops up not in complete window but inside the related buffer only? But this question is minor.)
The text was updated successfully, but these errors were encountered:
Thanks, it should now be possible to swiper another buffer. Just set (setq enable-recursive-minibuffers t).
(And related question: is it possible to limit the minibuffer so that it pops up not in complete window but inside the related buffer only? But this question is minor.
The initial problem is the keybindings of the swiper.
I want to make the shortcuts completely same to isearch so that I use my muscle memory without learning any new key combinations for same functionality. You know, like pressing
C-s
repeatedly would go to the next found andC-r
would go to the previous one and so on.Now, the problem is that if I use isearch and during the search I call help for some reason (say, I pressed
C-h b
and check the current key maps), I can use the isearch again inside that help buffer. This feature is extremely important. In fact, I only use help with support of isearch. With swiper I cannot do it though. If I try, it falls back to the initial search. Can anything be done to fix this in the sense that I have another swiper for help and then could return to the initial one without losing the search string?(And related question: is it possible to limit the minibuffer so that it pops up not in complete window but inside the related buffer only? But this question is minor.)
The text was updated successfully, but these errors were encountered: