Emacs: Xah Fly Keys, Add a Global Leader Key

By Xah Lee. Date: .

Add a Global Leader Key

You can add a global leader key, so you don't have to switch to command mode first. This is especially useful if you have a Foot Pedal or extra thumb keys.

;; put this AFTER loading Xah Fly Keys
(global-set-key (kbd "<f10>") xah-fly-leader-key-map)

emacs, Xah Fly Keys, customization