Putty settings to have delete key working

Status
Not open for further replies.

djoole

Contributor
Joined
Oct 3, 2011
Messages
158
[solved] Putty settings to have delete key working

Hi,

I'm using putty to SSH to the FreeNAS 8.
Problem is the DEL key is acting like the BACKSPACE key (it eats caracters at the left of the cursor).

Is there a way to configure putty so that DEL key works fine?

I never had the problem on linux systems.

Thanks
 

djoole

Contributor
Joined
Oct 3, 2011
Messages
158
I found something working, maybe not the best solution but anyway, add the following line to your .cshrc :
Code:
bindkey "^?" delete-char


Provided ^? is the combination your delete key triggers (to find out, press CTRL+V then hit DEL key)
 
Status
Not open for further replies.
Top