wasamasa / eyebrowse

A simple-minded way of managing window configs in emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to remap keys in mode map to super key

lljr opened this issue · comments

I would like to remap C-c C-w to s-w. How can I do this?

Evaluate the following before loading up the package. This includes, but is not limited to calling the autoloaded eyebrowse-mode.

(setq eyebrowse-keymap-prefix (kbd "s-w"))