emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 18cf1ef 07/17: README.md: add


From: Oleh Krehel
Subject: [elpa] master 18cf1ef 07/17: README.md: add
Date: Fri, 08 May 2015 13:42:09 +0000

branch: master
commit 18cf1ef995253eb7b9d95e93a7969a3fc6cb8e2b
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    README.md: add
    
    Fixes #2
---
 README.md |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5443605
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+## Introduction
+
+`avy-jump` is a GNU Emacs package for jumping to visible text using a 
char-based decision tree.  See also 
[ace-jump-mode](https://github.com/winterTTr/ace-jump-mode) and 
[vim-easymotion](https://github.com/Lokaltog/vim-easymotion) - `avy-jump` uses 
the same idea.
+
+![logo](https://raw.githubusercontent.com/wiki/abo-abo/avy-jump/images/avy-avatar-1.png)
+
+## Command overview
+
+You can bind some of these useful commands in your config:
+
+- `avy-goto-char`: input one char, jump to it with a tree.
+- `avy-goto-char-2`: input two consecutive chars, jump to the first one with a 
tree.
+- `avy-goto-word-0`: input zero chars, jump to word start with a tree.
+- `avy-goto-word-1`: input one char at word start, jump to word start with a 
tree.
+- `avy-goto-line`: input zero chars, jump to line start with a tree.
+
+There are some more commands which you can explore yourself by looking at the 
code.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]