Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

quick bugfix for sticky-note



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