Currently when backspace key is pressed, the device vibrates.
When backspace key is hold after clearing the text, the device continuously vibrates. This is kind of annoying.
Please remove vibration on backspace key press..
I'd also like to be able to disable this vibration.
It is possible to disable the vibration by disable bash's (or readline's) bell:
Add following line into the ~/.inputrc file
set bell-style none
Update: This doesn't seem to work inside of vim.
Update 2: The command :set vb (visual bell) disables the vibration in vim.
The ~/.inputrc with set bell-style none worked. I don't use vim anyway. Thanks
In the 0.23 update of Termux now available it's possible to configure the bell character behaviour - see https://termux.com/configuration.html.
https://termux.com/configuration.html link is broken. Page not found
@dipayand Links such as https://termux.com/configuration.html are obsolete. Use https://wiki.termux.com instead.
Found the new one for this context
https://wiki.termux.com/wiki/Terminal_Settings
Most helpful comment
Found the new one for this context
https://wiki.termux.com/wiki/Terminal_Settings