Quick Tip: SSH Backspace
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…
More of my rantings
These might also interest you
- Startup Tip: One Successful Client. (Aaron Post)
- Outlook Tip (Brainfuel)
- BrainFuel Tip: Use the Sharpen Filter (Brainfuel)
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
August 27th, 2008 at 4:22 am