(global-map): Bind C-a to move-beginning-of-line.
This commit is contained in:
parent
a54595d40e
commit
d17a638d58
1 changed files with 1 additions and 0 deletions
|
|
@ -700,6 +700,7 @@ language you are using."
|
|||
(define-key global-map "\C-n" 'next-line)
|
||||
(define-key global-map "\C-p" 'previous-line)
|
||||
(define-key ctl-x-map "\C-n" 'set-goal-column)
|
||||
(define-key global-map "\C-a" 'move-beginning-of-line)
|
||||
(define-key global-map "\C-e" 'move-end-of-line)
|
||||
(define-key esc-map "g" 'goto-line)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue