- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: VI Help
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2001 01:19 PM
тАО11-13-2001 01:19 PM
VI Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2001 01:24 PM
тАО11-13-2001 01:24 PM
Re: VI Help
Your TERM setting is not correct. before you do vi,
set the term as:
TERM=vt100
export TERM
vi
It should work fine.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2001 01:27 PM
тАО11-13-2001 01:27 PM
Re: VI Help
Good Luck,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2001 01:27 PM
тАО11-13-2001 01:27 PM
Re: VI Help
the problem is with your termcap entry. How are you logging into the system.
Try vt100, vt220, hpterm for examples.
use this command to export the term once you are logged in,
export TERM=vt220
If your cursor keys work with one of these or some other termcap entry, you can add this command to your .profile file which is there in your home directory.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2001 01:38 PM
тАО11-13-2001 01:38 PM
Re: VI Help
eval `ttytype -s`
tset
this interrogates the terminal and sets it up for the correct (hopefully ) terminal.
You may also want to check for the existence of a .exrc file in your home directory whiich may contain some settings to override the defaults.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2001 02:25 PM
тАО11-13-2001 02:25 PM
Re: VI Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2001 05:05 PM
тАО11-13-2001 05:05 PM
Re: VI Help
In your $HOME directory and in the directory you are currently in: Is there a file called .exrc?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2001 05:12 PM
тАО11-13-2001 05:12 PM
Re: VI Help
Also, you mentioned using the right arrow. VI under hpux generally doesn't use the arrow keys (they send an escape code). Only use HJKL for cursor movement.
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2001 08:32 PM
тАО11-13-2001 08:32 PM
Re: VI Help
Try a different one - maybe wyse50 or wyse60, if your terminal emulator supports it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2001 05:01 AM
тАО11-14-2001 05:01 AM
Re: VI Help
It is a wild guess, but this sounds like the (in)famous (MS) Windows "Telnet" emulator problem(s).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2001 06:04 AM
тАО11-14-2001 06:04 AM
Re: VI Help
other option :download the puty is free(client telnet and ssh)
-connect the server
-edit the file
- go terminal option and selection:
check
Auto wrap mode initially on
use font in both ANSI and OEM modes
in option telnet
terminal-type string: xterm
bye, Jairo