From 3be33a5e517486379f0325634feba00f1f6a2a75 Mon Sep 17 00:00:00 2001 From: Balaji Sivaraman Date: Fri, 15 Jan 2016 19:12:47 +0530 Subject: [PATCH] Fix docs to provide correct keybindings for Avy --- doc/DOCUMENTATION.org | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 297712507..63c5c13ac 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -1403,16 +1403,16 @@ On Windows, you may want to disable it. To disable the smooth scrolling set the Spacemacs uses the =evil= integration of [[https://github.com/abo-abo/avy][avy]] which enables the invocation of =avy= during motions. -It is useful for deleting visually a set of lines, try the following sequence in -a buffer containing some text: ~d SPC y~ +For instance, it is useful for deleting a set of visual lines from the current line. +Try the following sequence in a buffer containing some text: ~d SPC j l~, followed by +selecting an avy candidate. | Key Binding | Description | |-------------+----------------------------------------------------| -| ~SPC SPC~ | initiate avy jump word | -| ~SPC y~ | initiate avy jump line | -| ~SPC `~ | go back to the previous location (before the jump) | - -*Hint*: you may change to char mode by ~C-c C-c~ in word mode. +| ~SPC j j~ | initiate avy jump char | +| ~SPC j w~ | initiate avy jump word | +| ~SPC j l~ | initiate avy jump line | +| ~SPC j u~ | go back to the previous location (before the jump) | **** ace-link mode Similar to =avy=, [[https://github.com/abo-abo/ace-link][ace-link]] allows one to jump to any link in