unusual backspace behavior in mac terminal
Posted
by Brandon
on Super User
See other posts from Super User
or by Brandon
Published on 2010-04-12T00:12:06Z
Indexed on
2010/04/12
0:13 UTC
Read the original article
Hit count: 699
I'm trying to figure out how to get ssh sessions to work how I want using the terminal app on mac os x.
I'm used to using PuTTY on windows, where backspace means backspace.
On mac when I press delete/backspace on mac it deletes the character following the cursor instead of the one before.
I turned on Delete sends Ctrl + H, and that works most of the time, but sometimes it just shows on the screen as ^H this is typically at prompts from some custom python scripts on the box I log into. This doesn't happen with PuTTY on windows.
Btw I'm logging into a Ubuntu Linux server running openssh.
Any idea what I need to do so that backspace is consistently backspace.
© Super User or respective owner