[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to insert a new line below current line?
From: |
Mathias Dahl |
Subject: |
Re: How to insert a new line below current line? |
Date: |
Thu, 02 Nov 2006 13:51:34 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) |
gniuxiao <gniuxiao.mailinglist@gmail.com> writes:
> I have to type C-e (move to end) then C-j (enter with indentation)
> to do it, are there better solutions?
Just in case you want to do the opposite some time, i.e. to push the
current line down and get an empty line at point, try out C-o,
`open-line'.