You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 with readline and the command line content.
Maybe we can improve the performance by handling vi mode and emacs mode separately because so far we are limited to escape codes that work for both modes.
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 withreadlineand the command line content.Maybe we can improve the performance by handlingvi modeandemacs modeseparately because so far we are limited to escape codes that work for both modes.