branch: elpa/evil-lisp-state
commit 90c8a957147bdd419a82c72de36bbd64d5a0f5f4
Author: syl20bnr <[email protected]>
Commit: syl20bnr <[email protected]>

    Add `%` key binding documentation in readme
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 709c03e63f..b7a6cc79a5 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,7 @@ to default `<tab>`):
 Key Binding   | Function
 --------------|------------------------------------------------------------
 `(`           | switch to `insert state` and insert "("
+`%`           | evil-jump-item (use it to go to the end of sexp)
 `$`           | sp-end-of-sexp
 `0`           | sp-beginning-of-sexp
 `a`           | sp-absorb-sexp

Reply via email to