From 779072a6516b0d6fef68cdf28e763ab3a630815b Mon Sep 17 00:00:00 2001 From: Rob Donnelly Date: Tue, 15 Nov 2016 23:39:07 -0800 Subject: [PATCH] Documentation has outdated shortcut The suggestions to use SPC ; SPC y is from the previous versions where SPC y was bound to avy-goto-line. Now that command is bound to SPC j l --- doc/DOCUMENTATION.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 191c8f831..928c6bfc6 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -2838,7 +2838,7 @@ Comments are handled by [[https://github.com/redguardtoo/evil-nerd-commenter][ev | ~SPC c y~ | comment and yank | | ~SPC c Y~ | invert comment and yank | -*Tips:* To comment efficiently a block of line use the combo ~SPC ; SPC y~ +*Tips:* To comment efficiently a block of line use the combo ~SPC ; SPC j l~ *** Regular expressions Spacemacs uses the packages [[https://github.com/joddie/pcre2el][pcre2el]] to manipulate regular expressions. It is