-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- The performance is an issue because whenever you run a shell command via
bind -x ...
the readline redraws the prompt which can be noticeable especially if you just hold down the keybinding. The whole thing is kind of a hack because of the limited way we can interact withreadline
and the command line content.Maybe we can improve the performance by handlingvi mode
andemacs mode
separately because so far we are limited to escape codes that work for both modes.
Metadata
Metadata
Assignees
Labels
No labels