Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Buffer stack in Vi mode
- X-seq: zsh-users 20326
- From: Evgeny Pakhomov <p1himik@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Buffer stack in Vi mode
- Date: Mon, 20 Jul 2015 20:45:20 +0600
- 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=yvq6X5PqTPtMrVruK0qn6oQMZHkdmW9zoIYMyA3VbnU=; b=lO9m0xZF0dkKFRDdBxwHjGAT+75932Zq9Mz3wpVY65g4wXtKCUUQqFA2A31OxoYygr im/cAHvhvYU8lhHGHGTVJedCveOzBugNsb8Ej4j8i0O/aEbWowIVxjQKr6ohKUCNRJL0 YlqG0Zji6eJ2vib0kNHonbz7ZZ/WLnjwHgDyDsvL7rH6UlLa4EVDfEqD5i+5dl48UPHW vuicdVDUrpM2mZzeSJPPEvqrfGCbJnmZnnWBi3zzY+/tHWpvTtPKjmGUo/A59CU7QmeM 3MzDsNVcOTbTmVkh4wkzpIN2YkrQl4IOwtFew/EjO0GMgTjcJvJU0hjMKWzHGKLhSyB0 1Z7A==
- 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
HI all,
Excuse me if it's not the correct place to ask - I couldn't find any better.
I'm trying to use a custom incremental history search command (
https://github.com/dvorka/hstr). It works great with "C-r" in the normal
mode, but in the Vi mode I can't use it in the same way - I can't find any
documentation on how to use buffer stack to save already entered command in
the Vi mode.
Is there any way to use it, or at this point I just have to use "C-c" prior
to executing this custom command?
Regards,
Eugene
Messages sorted by:
Reverse Date,
Date,
Thread,
Author