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

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

Re: How can I do these in Emacs?


From: Eli Zaretskii
Subject: Re: How can I do these in Emacs?
Date: Sat, 19 Apr 2003 10:08:11 +0200

> From: wang yin <wy@wanglab.com>
> Newsgroups: gnu.emacs.help
> Date: 19 Apr 2003 13:53:56 +0800
> 
> 1. How can I do something like a "o" command in vi with Emacs?  I
>    always C-e to the end of the line and press RET.  Are there any
>    faster ways?

Is "C-o" what you want (I don't really know what does "o" do in vi)?

> 2. How can I go to start or end of the if {...} block when the pointer
>    is inside the block?

"M-C-u" goes to the start of the block; to go to the end, follow
"M-C-u" by "M-C-f".

This works for _any_ block, not just an `if'.




reply via email to

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