Giter Site home page Giter Site logo

evil-markdown's Introduction

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

evil-markdown's People

Contributors

daanturo avatar leungbk avatar somelauw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

evil-markdown's Issues

Melpa recipe

It would be nice if this were hosted on MELPA.

Void function error: evil-disable-insert-bindings

Hello,

I've been using your extension with Doom Emacs and in a recent update, my use of Emacs Anywhere was broken. Doing a bit of debugging the error seems to be Symbol’s function definition is void: evil-disable-insert-state-bindings, and tracking that down lead me to this extension.

(if (and (boundp 'evil-disable-insert-state-bindings)
(evil-disable-insert-state-bindings))

It seems that evil-disable-insert-state-bindings is now a defcustom variable, with the description "Whether insert state bindings should be used."

If it would it be possible to update this package to fix this, that would be much appriciated 🤞

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.