Fix GNU screen backspace
by ac3bf1 on May.14, 2010, under Tutorials
create a new .screenrc in your home directory and put these lines inside:
bindkey -d ^? stuff ^H bindkey -d ^@ stuff ^H
by ac3bf1 on May.14, 2010, under Tutorials
create a new .screenrc in your home directory and put these lines inside:
bindkey -d ^? stuff ^H bindkey -d ^@ stuff ^H
Use the form below to search the site:
Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!
A few highly recommended websites...
All entries, chronologically...
July 7th, 2011 on 2:39 am
All of my qesutoins settled—thanks!
August 23rd, 2011 on 6:08 pm
I use:
bindkey ^@ stuff “\177″
This makes the backspace key work as expected in emacs, where ^H is used to access help.