Skip to content

Commit

Permalink
Squashed 'site-lisp/avy/' changes from 72ecbfa..53706d2
Browse files Browse the repository at this point in the history
53706d2 avy.el (avy-all-windows-alt): Change the default to nil
4c072be README.md (avy-goto-char-timer): Add entry
5ba3602 Assign avy-action-ispell to "i"
c0db364 Add avy-action-ispell to avy.el
a80f95c Add "X" dispatch to kill a word without moving there
9e61f78 avy.el: Improve defcustom :type
3b75d95 Make "C-g" and "ESC" fail silently when reading char
5f76c9d avy.el (avy-goto-word-0-regexp): New defcustom
16370f9 avy.el (avy--goto): Remove obsolete alias
730581a avy.el: Fix compilation warning
5f6dd00 avy.el (avy-action-copy): Save window and frame
11fbd70 Bump version
369af59 avy.el (avy--overlay): Fix interaction with goto-address-mode
15d0679 copy/move line to an initial window
212a132 Don't shorten selector string for visual-line-mode and bolp
dd80749 Add case fold search to avy-goto-char-timer
808bb80 avy.el (avy--regex-candidates): Modify case-fold-search condition
bae6fb1 avy.el (avy-copy-region): Keep same selectors for the second pass
9d18bf9 avy.el (avy--overlay): Fix overlays at point-max
47035cf avy.el (avy--line): Don't modify avy-action

git-subtree-dir: site-lisp/avy
git-subtree-split: 53706d2
  • Loading branch information
jwiegley committed Apr 21, 2016
1 parent cfbf601 commit 28832e9
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 108 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -34,6 +34,12 @@ After <kbd>C-' bu</kbd>:

![avy-goto-char-2](http://oremacs.com/download/avi-goto-char-2.png)

### `avy-goto-char-timer`

> Input an arbitrary amount of consecutive chars, jump to the first one with a tree.
This is a more flexible version of `avy-goto-char-2`. First part works similarly to `isearch`: you type a query and it's highlighted dynamically on the screen. When you stop typing for `avy-timeout-seconds` (0.5s by default), you'll be able to select one of the candidates with `avy`.

### `avy-goto-line`

> Input zero chars, jump to a line start with a tree.
Expand Down

0 comments on commit 28832e9

Please sign in to comment.