a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: alternative to Emacs' isearch, with an overview
Swiper is an Ivy-enhanced alternative to isearch. When a regex
(regular expression) search is initiated it displays an overview of
search candidates. The search regex can be split into groups with a
space. Each group is highlighted with a different face.
.
It can double as a quick regex-builder; however, only single
lines will be matched. Swiper uses Ivy to show an overview of all
matches.
Description: Alternative to Emacs' isearch with an overview
Swiper gives an overview of the current regex search candidates.
The search regex can be split into groups with a space. Each group
is highlighted with a different face.
.
It can double as a quick regex-builder; however, only single
lines will be matched. Swiper uses Ivy to show an overview of all
matches.
--- 267254 Thu Jan 1 00:00:00 1970
+++ 252374 Thu Jan 1 00:00:00 1970
@@ -1,8 +1,7 @@
-alternative to Emacs' isearch, with an overview
- Swiper is an Ivy-enhanced alternative to isearch. When a regex
- (regular expression) search is initiated it displays an overview of
- search candidates. The search regex can be split into groups with a
- space. Each group is highlighted with a different face.
+Alternative to Emacs' isearch with an overview
+ Swiper gives an overview of the current regex search candidates.
+ The search regex can be split into groups with a space. Each group
+ is highlighted with a different face.
.
It can double as a quick regex-builder; however, only single
lines will be matched. Swiper uses Ivy to show an overview of all