Basically, I installed the latest Emacs 24.3 on my MAC OSX. I am completely new to Emacs.
Is there an equivalent of .vimrc
in emacs? What is it called because I want to change the key bindings?
Problem 1: Instead of having Ctrl
as C-
key, I want to have CMD
as C-
. What is the code for this?
Problem 2: I notice that traditionally we have C- right arrow
key as Slurp and C-left arrow
key as barf. But on my mac, they don't work anymore and they are replaced by C-M-j
and C-M-e
. It took me a while to find out about this. I want to know why is it that a lot of the key bindings are so much different from Emacs on Windows? If I want the key bindings to be consistent with the ones on the Windows computer, is there a convenient way to do this or do I have to remap every single key manually?