Web Hosting Talk







View Full Version : picio


clocker1996
05-22-2002, 05:39 PM
i hate it when i type picio instead of pico
:angry:

okihost
05-22-2002, 05:44 PM
:laugh:

The Prohacker
05-22-2002, 05:50 PM
Thats why I either use nano or vi..... :D

SoftWareRevue
05-22-2002, 05:55 PM
:cartman: I neber make typoes.

ToastyX
05-22-2002, 06:49 PM
alias picio=pico ;)

I use joe :)

clocker1996
05-22-2002, 09:53 PM
is he good in bed?

phpjames
05-22-2002, 10:13 PM
Instead of pico try typin vi.........long live VI!

phpjames
05-22-2002, 10:16 PM
The VI cheet sheet.

a - append after current cursor position
A - append at and of logical line
C - change to end of line (deletes from the current
cursor position
dG - delete from cursor to end of file.
D - delete from cursor to end of line
d0 - delete from cursor to beginning of line
d$ - delete from cursor to end of line
G - goto (if prepended by a number, go to that line
number,else, goto the last line of the document)
H - here (if prepended by a number, go to that line on
the screen, else goto the first line on the screen)
i - insert here
I - insert at beginning of line
J - append a cut or copy to the end of the line.
o - add a line below
O - add a line above
p - paste (after current cursor position)
P - paste (in front of current cursor position)
r - change (allows you change a single character, hit
``r'' then the
R - replace mode
Y - yank the current line
u - undo
v - visual mode, you can highlight what you whant to
copy
w - move cursor to next word
x - cut
cw - change word
dw - delete word