marhkb / pods

Keep track of your podman containers
GNU General Public License v3.0
728 stars 12 forks source link

fix(container-terminal): Change `backspace-binding` #707

Closed marhkb closed 1 year ago

marhkb commented 1 year ago

Changing this property to the value ascii-delete should fix a bug where pressing backspace would produce ^H in some cases.

Fixes #705