help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Go to a Line


From: Bijan Soleymani
Subject: Re: Go to a Line
Date: 20 Mar 2003 14:04:03 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

nowar <nowar@aol.com> writes:

> Hello
> 
> Is there any combination of keys to go to a specific line easily ?

M-x goto-line
:)

If that's not convenient then simply bind it to some key:
(global-set-key "\C-cg" 'goto-line)
will bind goto-line to C-c g

Bijan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]