Using Vi through a Serial Console

Scott W wegster at mindcore.net
Sun Jan 18 08:37:53 PST 2004


Mario Antonio wrote:

>Dear List,
>
>When I make a serial connection to a FreeBSD server that has its serial port
>configured as a console, how can I make the "vi" editor work?
>
>
>Mario
>
>---
>[This e-mail was scanned for viruses by Webjogger's AntiVirus Protection System]
>
>_______________________________________________
>freebsd-questions at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>
>  
>
export the TERM environment variable from the shell to the correct 
value, try:
TERM=vt100
export TERM

as a first shot...

Scott




More information about the freebsd-questions mailing list