wasamasa / eyebrowse

A simple-minded way of managing window configs in emacs
GNU General Public License v3.0
437 stars 24 forks source link

how to remap keys in mode map to super key #100

Closed lljr closed 5 years ago

lljr commented 5 years ago

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

wasamasa commented 5 years ago

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"))