I have set the default shell to bash and have
set -o vi
alias vi=vim
set in the ~/.bash_profile. I also have With this configuration - and apparently some additional special sauce my prior laptop gave me automatic key repeats when editing bash history. E.g. hitting "h" and keepign it depressed would travel leftwards in the current line as long as the key were depressed.
But on a newly configured mac the auto-repeat does not work on the set -o vi commandline. It does however work when in vi itself.
How can this be fixed in set -o vi mode?
~/.inputrc? I also guess that some unexpected behaviour is related to using .bash_profile instead of .bashrc – Aivar Paalberg Aug 21 '21 at 18:20hkey has alternatives. – Marc Wilson Aug 21 '21 at 18:37