Posted on December 15, 2006 at 9:55 pm

To stop the annoying ~ characters when you used fn-delete in terminal add this line to your .inputrc file:

“\e[3~”: delete-char

Comments are closed.