Emacs on Mac OS X Leopard key bindings

后端 未结 13 1244
予麋鹿
予麋鹿 2020-11-28 00:21

I\'m a Mac user and I\'ve decided to learn Emacs. I\'ve read that to reduce hand strain and improve accuracy the CTRL and CAPS LOCK keys should be swap

13条回答
  •  Happy的楠姐
    2020-11-28 00:59

    I set caps lock to control in system preference and I have the following in my init.el to set command to meta and option to super:

    (custom-set-variables
     '(ns-alternate-modifier (quote super))
     '(ns-command-modifier (quote meta)))
    

提交回复
热议问题