trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 208 forks source link

Don't override end-of-line and move-beginning-of-line #77

Open Droogans opened 10 years ago

Droogans commented 10 years ago

One of the first things I did (besides disable any color theme) was add these two lines to my ~/.emacs.d/init.el file:

;; Compensate for xiki's shortcut over-rides
(global-set-key (kbd "C-e") 'end-of-line)
(global-set-key (kbd "C-a") 'move-beginning-of-line)

Why did you bind these operations to C-a C-a and C-e C-e?

It seems to work much better with the typical shortcuts.