[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] vi foo
- Subject: [ale] vi foo
- From: jimpop at yahoo.com (Jim Popovitch)
- Date: Fri, 06 Oct 2006 16:22:02 -0400
- In-reply-to: <[email protected]>
- References: <1160163312.11599.3.camel@localhost> <[email protected]>
On Fri, 2006-10-06 at 15:58 -0400, Rev. Johnny Healey wrote:
> You know, if you would just suck it up and use "the inferior emacs",
> you could do it with this simple command:
>
> (((lambda (m) ((lambda (f) (m (lambda (a) ((f f) a))))
> (lambda (f) (m (lambda (a) ((f f) a))))))
> (lambda (x) (lambda (y) (if (< y 2) 1 (* (x (- y 1)) y)))))
> 101)
>
> I still don't understand why you vi people think everything needs to
> be so complicated.
LOL!
Here's the answer... sent via private email so I'll respect the author's
desire to remain secluded for now.
Anyway, in vi all you have to do is open the file and type the number of
characters you want to advance, then press the space bar. For example,
vi /etc/hosts, then type "101" followed by the SPACE bar. You should
now be at the 101st character in the file.
-Jim P.