Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
quick bugfix for sticky-note
- X-seq: zsh-workers 47562
- From: vapnik spaknik <vapniks@xxxxxxxxx>
- To: Zsh Hackers List <zsh-workers@xxxxxxx>
- Subject: quick bugfix for sticky-note
- Date: Sat, 14 Nov 2020 23:05:41 +0000 (UTC)
- Archived-at: <https://zsh.org/workers/47562>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-11/1177177665.5499794.1605395141729%40mail.yahoo.com>
- Authentication-results: zsh.org; iprev=pass (sonic305-21.consmr.mail.gq1.yahoo.com) smtp.remote-ip=98.137.64.84; dkim=pass header.d=yahoo.com header.s=s2048 header.a=rsa-sha256; dmarc=pass header.from=yahoo.com; arc=none
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1605395143; bh=8prK613dNw2SsHNENzpkVbuIkgT2da51qjReBjrEuQY=; h=Date:From:To:Subject:References:From:Subject; b=Toi8DEAGYhS3ES5gVNeAM5WN9+jxBCtjhPfS5i5m2TZTJGy/1+a3xUBft5TOWmREBy6aatzjPHzevxIQqqMakxpyogFdpPkfKeEDmzfRRJl896jWQm34ER8/fpQcRte+Cd1cfGGEy2XkhP3C53b+jczoDPE8Eg4qF+LnHJ/189A0Teu/xw+h/HiLJ38rf8zGO5cm7sLfLVYlos9hYJ5XtpEkbJWjDKxSW/fK6Qzsey43h7cKbsgeyViXAXT7fc6U2AbmWyzx/LeH2AVVJSssEE7Gjn+r7aCQKWOpcU1TMHsqCjRh2pKyOB8sxD7OpMiET9J1IRnW89P4KHEMnONiYg==
- List-archive: <http://www.zsh.org/sympa/arc/zsh-workers>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-workers.zsh.org>
- List-owner: <mailto:zsh-workers-request@zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-workers>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-workers>
- References: <1177177665.5499794.1605395141729.ref@mail.yahoo.com>
- Sender: zsh-workers-request@xxxxxxx
Hi,
I don't know if this is the correct mailing list to use, but I noticed that I was unable to use the ctrl+s in any keybindings for sticky-note (in functions/Misc/). I like to bind ctrl+x ctrl+s (^X^S) to accept-line to stay consistent with emacs.
The problem is that sticky-note resets all options which means that flowcontrol is enabled and so pressing ctrl+s overrides any keybindings and stops output. I can't see any reason for needing this behaviour, so a quick fix would be to just add 'noflowcontrol' to the 'setopt' line near the start of the function.
Cheers,
Joe.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author