xahlee / xah-fly-keys

the most efficient keybinding for emacs
http://xahlee.info/emacs/misc/xah-fly-keys.html
484 stars 83 forks source link

Refactoring to use multiple minor-mode keymaps #65

Closed DanLanglois closed 5 years ago

DanLanglois commented 5 years ago

I've commented out the mutable xah-fly-key-map, and am switching between two immutable keymaps instead: xah-fly-manage-insert-mode-map and xah-fly-manage-command-mode-map.

xahlee commented 5 years ago

hey Dan, thanks a lot. Please give me a few days to look them.