Fork me on GitHub
#emacs
<
2021-02-18
>
slipset12:02:11

So peeps on emacs and macos. How have you configured `Super` ? I realize that I now reveal myself as a total emacs n00b.

vemv16:02:29

what emacs are you on? GUI or terminal? I use GUI emacs, have three modifiers:

(when (eq system-type 'darwin)
  (setq mac-control-modifier 'super)
  (setq mac-option-modifier 'meta)
  (setq mac-command-modifier 'control))
(you might need to assign different values - IIRC my assignments are non-standard)

Bret Horne18:02:09

I use a qmk board

hkjels12:02:00

For us Norwegians, I think it’s difficult to have Super work alongside regular editing. I myself use evil-mode and other bindings to achieve the things that Super is usually used for

hkjels12:02:43

I rebind caps-lock to esc, but that could have been used for super instead I guess

slipset12:02:55

I’m on a us keyboard, and my caps is control. I guess I could map it to right-shift?

hkjels12:02:14

I tried that for a while; thinking I didn’t use it that much, but I apparently use it a lot! So it wasn’t a good option for me, but it may be different for you