I just discovered the wonders of set -o vi
, and am curious if it is possible to customize this vi shell mode in some of the same ways you can customized vi or vim?
For example, create a custom key binding to map a more convenient key or key combo to esc
?
If it's not currently supported, how difficult would it be to alter the source code of the program and hardcode in some customizations, or would that be a bad idea?