Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
One other alternative history search widget
- X-seq: zsh-users 20645
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: One other alternative history search widget
- Date: Sat, 26 Sep 2015 16:07:45 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=klWpGEOl3m9gq5rZ+aopOsKbJx/RIN/jb0Xc40i28yY=; b=TBtB20nV9tx16yVrkVXDGBunx3Tfxm8jDZoJeDSPTUW3xoXqUP3AEFpAx0iLiV0PqQ P53calQibNL4zqc2dw2/HakmJ5H501Wx1beSOmZbiVKgvmosehdPQKBxVki+xca71p/C C4jzHYzQ3L40E9D5q8g9RtNTwAjK89dKkHZ2oMN3sDRopoetmgjalY7EP8Rlza2kUzVg kOOn/tKk6e2pm98bkHcc1spWDbddi8Kx+AsG5hkGd3Pi0DLT6gvOGeyZGAKlPztiTS3n nagMinDghTm57kmh21a66CMWQHyzJZ37SNr5oLAcs9QZj/I+VWBKp6KXNBcqaMWdpti1 0NYA==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello
I've adapted the earlier announced zcurses based selection list so
that it works from within ZLE. It can be bound to the typical "^R" key
combination to provide history search. It uses whole screen and
highlights matches, what can be seen here:
https://asciinema.org/a/8d4w08o6cd5h0ueqvnm44qv0v
So, that's one other alternative history search widget, available here:
https://github.com/psprint/zsh-navigation-tools
One problem is that it puts multi line history entries into one line,
introducing '\n' where the newlines should be.
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author