mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-10-23 15:16:27 +08:00
Specific case where this matters is following: Be in vi insert mode with some text in the buffer and the cursor at the end of the buffer. Press `esc` to trigger `vi-cmd-mode widget`, then before the cursor moves (KEYTIMEOUT), press `h` to trigger `vi-backward-char` widget. When `vi-cmd-mode` original widget exits, KEYS_QUEUED_COUNT will be non-zero and the suggestion will be lost. |
||
|---|---|---|
| .. | ||
| integrations | ||
| options | ||
| strategies | ||
| widgets | ||
| multi_line_spec.rb | ||
| spec_helper.rb | ||
| terminal_session.rb | ||