From 421b97f36f718c51fd524a97cef2c0feff58a2ef Mon Sep 17 00:00:00 2001 From: eareese Date: Sun, 10 Jul 2016 13:51:49 -0400 Subject: [PATCH] Correct key binding --- doc/DOCUMENTATION.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 5a5e85321..461bf8695 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -2405,7 +2405,7 @@ Navigation between the highlighted symbols can be done with the commands: | Key Binding | Description | |-------------+------------------------------------------------------------------------------------| -| ~/~ | initiate navigation transient state on current symbol and jump forwards | +| ~*~ | initiate navigation transient state on current symbol and jump forwards | | ~#~ | initiate navigation transient state on current symbol and jump backwards | | ~SPC s e~ | edit all occurrences of the current symbol(/) | | ~SPC s h~ | highlight the current symbol and all its occurrence within the current range |