Termux-app: Don't vibrate on backspace key press.

Created on 29 Nov 2015  路  7Comments  路  Source: termux/termux-app

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..

Most helpful comment

Found the new one for this context
https://wiki.termux.com/wiki/Terminal_Settings

All 7 comments

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

Was this page helpful?
0 / 5 - 0 ratings