Skip to content

Somelauw/evil-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Integrates emacs evil and markdown

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published