10

Github GitHub - Somelauw/evil-markdown: Integrates emacs evil and markdown

 3 years ago
source link: https://github.com/Somelauw/evil-markdown
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

evil-markdown-mode

Supplemental evil-mode key-bindings to Emacs markdown-mode. This is inspired by https://github.com/Somelauw/evil-org-improved and https://github.com/edwtjo/evil-org-mode but for markdown.

Some features

  • Bindings for navigation between heading
  • Bindings for promotion / demotion of heading
  • markdown-element text objects

Keybindings

key explanation M-ret insert heading TAB fold / unfold headings gh, gj, gk, gl navigate between elements M-h or >> promote a heading M-l or << demote a heading M-k move subtree up M-j move subtree down vae select an element dae delete an element

Requirements

Installation

   mkdir -p ~/.emacs.d/plugins; git clone git://github.com/somelauw/evil-markdown.git ~/.emacs.d/plugins/evil-markdown

init.el

     (add-to-list 'load-path "~/.emacs.d/plugins/evil-markdown")
     (require 'evil-markdown)

License

Gnu General Public License v3.0, http://www.gnu.markdown/copyleft/gpl.html


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK