Quick Tip: SSH Backspace
August 26th, 2008
I just ran across this informative post by Jonathan Tron that solved an annoyance I’ve had for a while: backspace not doing what I want when I use SSH.
Change your Terminal Preferences
- In Terminal, select Preferences | Settings | Advanced.
- Select ‘Delete sends Ctrl-H’
You may need to do this again if you change your terminal style.
Specify a setting for nano
- On your server open ~/.nanorc
- Add ‘set rebinddelete’
And now you should have backspace working correctly for at least a few things…
August 26th, 2008
11:02 PM
I do have to say, as nice as it is to get this working in Terminal, it is one of the reasons I’ve always preferred iTerm. It just does this automatically as long as you have setup the correct terminal environment for your bookmarks.
Great tip though. Thanks :)