Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.02 KB

File metadata and controls

37 lines (30 loc) · 1.02 KB

EAF Mindmap

Mindmap application for the Emacs Application Framework.

Base on Mind Elixir

Load application

Install EAF first, then add below code in your emacs config:

(add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-application-framework/")
(require 'eaf)
(require 'eaf-mind-elixir)

The keybinding of EAF Mind Elixir.

Key Event
<f12> open_devtools
M-r js_edit_current_topic
M-f focus_root_node
C-c C-s save_file
C-- js_zoom_out
C-= js_zoom_in
C-0 js_zoom_reset
C-x C-y paste_to_node_topic
C-x C-w copy_node_topic
C-f eaf-send-right-key
C-b eaf-send-left-key
C-n eaf-send-down-key
C-p eaf-send-up-key
C-m eaf-send-return-key