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

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

Re: move to line beginning without 'Ctrl+A'


From: Xah Lee
Subject: Re: move to line beginning without 'Ctrl+A'
Date: Mon, 21 Jan 2008 02:37:38 -0800 (PST)
User-agent: G2/1.0

ilovemiami <zongju...@gmail.com> 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'.」

you can use the Home key. Or, you can define your own. e.g.

(global-set-key (kbd "M-a") 'move-beginning-of-line)

see:

β˜… Defining Your Own Keyboard Shortcuts
http://xahlee.org/emacs/keyboard_shortcuts.html

β˜… A Ergonomic Keyboard Shortcut Layout
http://xahlee.org/emacs/ergonomic_emacs_keybinding.html

  Xah
  xah@xahlee.org
\xAD\xF4 http://xahlee.org/


reply via email to

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