Termux Escape

Termux on Android doesn’t seem to capture escape correctly with my keyboard. Which is annoying as hell when you’re writing code on your phone using vim. If you know anything about vim, then escape is like one of the most essential keys out there.

But there is an alternative, hit control-[, because it turns out the escape key is actually implemented behind the scenes as a control-[. In most cases you can use both interchange.

Mind blown! 🀯

Leave a Reply

Your email address will not be published. Required fields are marked *