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

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

Re: Hard to switch from vi


From: lgfang
Subject: Re: Hard to switch from vi
Date: Mon, 09 Oct 2006 20:01:51 +0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

>>>>> "Wen" == Wen Weng <WenWeng@charter.net> writes:
    Wen> 2. Is there a repeat last command command like the dot command in vi?
A better way may be using Keyboard Macros
    Wen> 3. In vi, to find a pairing brace I use the "%" command, is there a
    Wen> command like thins in emacs?
I prefer to:

`C-M-n'
     Move forward over a parenthetical group (`forward-list').

`C-M-p'
     Move backward over a parenthetical group (`backward-list').

`C-M-u'
     Move up in parenthesis structure (`backward-up-list').

`C-M-d'
     Move down in parenthesis structure (`down-list').

    Wen> 4. Should I really need to switch to emacs?
That depends on yourself. But I would like to say emacs isn't as difficult as
you may think. Please don't draw a conclusion until you have been using it for a
month.

-- 
Regards

Fang lun gang


reply via email to

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