Ubuntu Nano Backspace Problem Fix
There is an annoying problem with Ubuntu. Using the command line editor nano, the backspace key acts sometimes as the delete key (deleting the first character on the right and not on the left).
You can fix this by adding the following line to your /etc/nanorc file:
set rebinddelete
This entry was posted
on Sunday, June 3rd, 2007 at 11:57 am and is filed under english, français, geek, howto, pat, sil.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Thank you for posting this. The exact same problem was plaguing me. Although learning vi would have also solved the “problem”… gotta find a good tutorial..
Thank you! This was driving me crazy.
Thank you! This kind of blog post I like: short, saving time and solving a problem
Thanks for this! It was driving me nuts.