Operating System - HP-UX
1834508 Members
2478 Online
110068 Solutions
New Discussion

error using @ in vi editor

 
SOLVED
Go to solution
JKrucus
Frequent Advisor

error using @ in vi editor

The @ has been redefined as carriage return line feed. How do I change it back to being just @ ?
4 REPLIES 4
harry d brown jr
Honored Contributor
Solution

Re: error using @ in vi editor

:unmap @

live free or die
harry d brown jr
Live Free or Die
harry d brown jr
Honored Contributor

Re: error using @ in vi editor

If this happens when you start vi, then look for a file called

.exrc

which allows you to define vi defaults.

man vi

If this also happens at the shell prompts, look at your stty settings:

stty -a


live free or die
harry d brown jr
Live Free or Die
JKrucus
Frequent Advisor

Re: error using @ in vi editor

Perfect, thank you.
JKrucus
Frequent Advisor

Re: error using @ in vi editor

unmap works