Skip to content

Allow non-printing keys in avy-keys#77

Merged
abo-abo merged 1 commit into
abo-abo:masterfrom
tsdh:master
Jul 14, 2015
Merged

Allow non-printing keys in avy-keys#77
abo-abo merged 1 commit into
abo-abo:masterfrom
tsdh:master

Conversation

@tsdh
Copy link
Copy Markdown
Contributor

@tsdh tsdh commented Jul 14, 2015

Now you can set avy-keys also to the arrow keys and page up/down, e.g.,

(setq avy-keys '(left right up down prior next))

and those will be displayed as ▲, ▼, ◀, ▶, △, ▽ in the overlays. The
display is controlled by the variable `avy-key-to-char-alist'.

Implements #66.

Now you can set avy-keys also to the arrow keys and page up/down, e.g.,

  (setq avy-keys '(left right up down prior next))

and those will be displayed as ▲, ▼, ◀, ▶, △, ▽ in the overlays.  The
display is controlled by the variable `avy-key-to-char-alist'.
@abo-abo abo-abo merged commit 0cac589 into abo-abo:master Jul 14, 2015
@abo-abo
Copy link
Copy Markdown
Owner

abo-abo commented Jul 14, 2015

Looks good. Thanks a lot! I might move (mapcar #'avy--key-to-char path) out of the overlay functions later.

@tsdh
Copy link
Copy Markdown
Contributor Author

tsdh commented Jul 14, 2015

You're welcome. And finally, with (setq avy-keys '(left right up down)) I'm also able to use avy effectively without typing errors. :-)

@abo-abo
Copy link
Copy Markdown
Owner

abo-abo commented Jul 14, 2015

without typing errors

I made an error on first try, confusing ▲ with △ :)

tsdh added a commit to tsdh/ace-window that referenced this pull request Jul 14, 2015
Adapt so that the feature of abo-abo/avy#77 can
be used here, too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants