Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: spell check on the command line
- X-seq: zsh-users 19290
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: spell check on the command line
- Date: Fri, 24 Oct 2014 08:36:14 -0700
- In-reply-to: <mailbox-22881-1414147596-756685@pepper.0.0.200>
- 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
- References: <mailbox-22881-1414147596-756685@pepper.0.0.200>
On Oct 24, 12:54pm, Eric Smith wrote:
}
} How could I implement and autocorrect function that is run when I
} press enter and on suspected spell error beeps and
} guesses what I meant and would give me a chance to review the
} correction?
Have you tried
setopt CORRECT_ALL
?? If so, what does it not do that you want done differently?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author