Replace-by-fee (RBF) is a feature that allows users to replace one version of an unconfirmed transaction with a different version of the transaction that pays a higher transaction fee (i.e., bump the transaction fee). This can be done multiple times while the transaction is unconfirmed.
The benefits of RBF are that it allows you to gradually increase the fee until the transaction is accepted into a block. If the need to confirm a transaction becomes more urgent than initially thought, RBF also allows the sender to easily accelerate the transaction and have it added to the next block.
RBF was proposed in BIP125 and the initial implementation was released in Bitcoin Core 0.12.0.
RBF is fully implemented in Trezor Suite (as of version 21.2.2) and has on-device support for all Trezor hardware wallets.
Choosing to bump a fee will open a dialog where a new custom fee can be set. This fee must be higher than the previous fee as it adds the difference to the total set in the previous transaction.
Once a new fee is selected in Suite, the transaction must be confirmed once again on your Trezor device, which will display the original transaction that is being replaced and the total fee to be paid.
It is possible to use Replace-by-fee with Trezor device in Electrum. The original transaction can be replaced only if it was made using Electrum with the "Replace by fee" option on (Tools - Preferences - Replace by fee).