Software Alternatives & Reviews

How to get doom emacs keybindings?

Karabiner Evil
  1. Karabiner, previously called KeyRemap4MacBook, is a very powerful keyboard remapper for Mac OS X.

    #Mac Tools #Window Manager #Automation 269 social mentions

  2. 2
    The extensible vi layer for Emacs.
    ;; Bind them (assume that you use https://github.com/emacs-evil/evil): (cl-loop for (key . def) in my-doom-leader-alist do (evil-define-key '(normal visual motion) 'global (kbd (concat "SPC " key)) def)) ```.

    #Text Editors #IDE #Knowledge Management 58 social mentions

Discuss: How to get doom emacs keybindings?

Log in or Post with