Files
tty7/src/daemon
l0ng-ai f4e63d076e fix(daemon): detect shell vi mode via durable signals
zsh: plugins like zsh-vi-mode rebind ^[ to their own widgets, so
sniffing the Esc widget for vi-cmd-mode missed them. Key off the main
keymap link instead (bindkey -A viins main), which both plain
bindkey -v and zsh-vi-mode establish.

bash: [[ -o vi ]] misses vi mode configured only in ~/.inputrc
(set editing-mode vi flips readline without the shell option); read
readline's actual mode via bind -v instead.
2026-07-16 14:56:51 +08:00
..
2026-07-16 13:41:43 +08:00
2026-07-15 19:43:08 +08:00
2026-07-15 19:43:08 +08:00