Some keys were not working in Suckless Terminal (st). In particular Backspace and END keys were not working. Performing the following two steps fixes the problem (courtesy of the
st page in the ArchWiki):
- Put this line in ~/.inputrc or /etc/inputrc:
set enable-keypad on
- Run this in your terminal (you can put it in ~/.bashrc):
stty erase '^H'
No comments:
Post a Comment