From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Edward Newsgroups: gmane.emacs.help Subject: Re: move to line beginning without 'Ctrl+A' Date: Tue, 22 Jan 2008 16:53:46 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <96dd6e6e-b630-4a97-a2d6-1b5b4ae9567c@s8g2000prg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1201052443 9528 80.91.229.12 (23 Jan 2008 01:40:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jan 2008 01:40:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 23 02:41:02 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JHUbo-000511-NP for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Jan 2008 02:40:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHUbO-0006OS-VH for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Jan 2008 20:40:30 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i29g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 143.182.124.4 Original-X-Trace: posting.google.com 1201049626 16020 127.0.0.1 (23 Jan 2008 00:53:46 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 23 Jan 2008 00:53:46 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i29g2000prf.googlegroups.com; posting-host=143.182.124.4; posting-account=Ebm03goAAAB8zC3V0HH22-SboyfzeP0u User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 chfwpr04.ch.intel.com:911 (squid/2.6.STABLE12) Original-Xref: shelby.stanford.edu gnu.emacs.help:155466 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:50870 Archived-At: ilovemiami wrote: > Is there anyway to move to line beginning without 'Ctrl+A'. I am using > 'screen', the key binding 'Ctrl+A' is reserved by 'screen'. > > Thanks in advance. I hardly ever use C-a. Most of the time I use M-m. Ref: M-m runs the command back-to-indentation. Move point to the first non-whitespace character on this line. Edward