I'm using vim mode on bash terminal and when I press ESC terminal should change from INSERT mode to NORMAL. The problem is that ESC is a meta key and terminal waits half a second to change the mode. Is there a way to disable the meta key or reduce timeout in bash prompt?
This is not a duplicate of Making iTerm to translate 'meta-key' in the same way as in other OSes as I am not interested in remapping Option to act as ESC, I want to disable the ESC to work as a meta.