2008
07.16
07.16
Quick fix for the backspace key if it doesn’t work properly when SSHing to your linux box.
First, under
Terminal - Preferences - Advanced
set
Delete sends Ctrl-H
This should allow the delete key to work in your screen session.
Then, in your linux box, fix the delete binding in your vimrc:
set t_kb=ctrl-vBACKSPACE
fixdel
No Comment.
Add Your Comment