PDA

View Full Version : vi and INS key on a Ti


christernl
04-09-2002, 02:48 PM
what key (s) do you use on a Ti G4 in vi to go to edit mode? I can find a ins key on my keyboard

ti g4 512ram mac os x 10.1.3 and swedish keyboard

tia christernl

mervTormel
04-09-2002, 07:05 PM
i suppose you mean the keys to switch from command mode (which you start up in, by default), to text insert mode?

from the vi man pages:

FAST STARTUP
...
The commands to enter new text are:

a Append new text, after the cursor.

i Insert new text, before the cursor.

o Open a new line below the line the cursor is on,
and start entering text.

O Open a new line above the line the cursor is on,
and start entering text.

<escape>
Once you've entered input mode using the one of the
a, i, O or o commands, use <escape> to quit enter-
ing text and return to command mode.
...

christernl
04-09-2002, 11:27 PM
I must have missed that, i have read this man page

thanks again