Open harleypig opened 4 months ago
Hmmm ... processing .inputrc is not supported.
Still, it'd be nice to have some indicator of the current mode.
Thanks for trying aider and filing this issue.
Aider uses prompt toolkit for input promoting. It's probably possible to add these features without too much work.
Issue
This is a feature request, not an issue.
It would be nice to see what mode the prompt is currently in instead of pressing keys to see what happens.
Readline can show the mode (insert or command) in the prompt via the
show-mode-in-prompt
setting. This works for emacs and vi, but I don't know what emacs looks like (it uses theemacs-mode-string
to customize it).For example, I use the
vi-cmd-mode-string
andvi-ins-mode-string
to let me know in my bash prompt, python debugger prompt, and other programs that honor these settings.Insert mode looks like (green on black background):
while command mode looks like (yellow on red background):
Version and model info
No response