Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Feature request: #a (approximate matching) only for spaces
- X-seq: zsh-users 21048
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Feature request: #a (approximate matching) only for spaces
- Date: Sat, 5 Dec 2015 09:43:28 +0100
- 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=rVgp1vtATRYnHXl1pgkiXpXWJfNEFj6wCGhOe/uIt+A=; b=rHqKLb7fFmkgrq2QxEpyLoXs9quvz/By5KdReIMaS+wOk7M4HrSX0MYWP0qGc/S8I8 XStbt/znzTwUrbNNjX3iyXfRg+E0lmI/uQFZRcmgmxULTblAQTRef4SWqXyRqirwnsjM mFkkShSaTExdY5ZzA8B0Y/stnVbrcfpD31gpxYbA9zJ+yvsYXMusrGNetebouI9Phdyf HzZufaWqUa4cMGyFf/heS0t5blo5qiPhIkbXKxIZCUUUrngqi9Si45zvqqVYBXVt5Qrb im7CmNa+eT0ZM/5klKNa9krCriX0nnNVMr+LGiWhY0sguZUKxJmkzzQAOB30Ehmo86/t 0Nlw==
- 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,
currently #a{num} works on any character. It would be useful to have
it work only on spaces. For example, if someone greps history with
"gitpush", it would match "git push". Current #a does this match like
described, however it also adds "noise" by doing matches with all
other errors handled by #a, for all characters.
Also, I wonder if there can something be done to handle searches as follows:
gitpurge
#=> git remote purge origin
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author