Jesse Weaver
Jesse Weaver
Sounds excellent! I'll work on getting a prototype done.
https://github.com/pianohacker/up/tree/autorun-delay-spike Some less-than-ideal parts, but it's a prototype. There are probably better sentinel values to put in the `EventInterrupt`, for one.
@tschulte Are you still interested in getting this in? Would really like this functionality. Have pushed a branch with the suggested edits: https://github.com/pianohacker/plover/tree/issue-596-auto-reconnect-writer
Can this be closed with the addition of the [keyboard enhancement feature](https://docs.rs/crossterm/latest/crossterm/event/struct.PushKeyboardEnhancementFlags.html) to 0.25? That support is limited to certain terminals, but most of these are unsupportable without it.
Can this be closed with the addition of the [keyboard enhancement feature](https://docs.rs/crossterm/latest/crossterm/event/struct.PushKeyboardEnhancementFlags.html) to 0.25?
Reviving an old issue, but is the last comment true with [tpope/vim-repeat](https://github.com/tpope/vim-repeat) installed? If I understand correctly, the changes described would allow `move-n` and `move-p` to stay in visual mode....
@AltSysrq , this does most of what we described. There's three main issues with it: 1. There's file mode changes in the output I don't quite understand. 2. Many error...
> > There's file mode changes in the output I don't quite understand. > > Can you elaborate? e.g., at line of 335 of test/previous-outputs/1.0.1.json, there's a mode change from...
The approach I took was based on [this comment](https://github.com/kovidgoyal/kitty/blob/master/shell-integration/zsh/kitty-integration#L77-L80). My reading of that was that zsh themes / rc files should append to `$KITTY_SHELL_INTEGRATION` to change behavior; is that not...
I understand your reasoning, but I'm not sure what mechanism you're proposing. Checking zsh version for the future where zsh supports this natively is one thing. For the in-between times,...