From 5a68352cd5146c4dd8a3f1dbb13fab70472ee6df Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 4 Aug 2020 18:10:00 -0400 Subject: [PATCH] Mention that +evil-repeat-keys can be set to nil To disable universal repeating on ; and , --- modules/editor/evil/config.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/editor/evil/config.el b/modules/editor/evil/config.el index d48188cef..bd1545af4 100644 --- a/modules/editor/evil/config.el +++ b/modules/editor/evil/config.el @@ -4,7 +4,9 @@ "The keys to use for universal repeating motions. This is a cons cell whose CAR is the key for repeating a motion forward, and -whose CDR is for repeating backward. They should both be `kbd'-able strings.") +whose CDR is for repeating backward. They should both be `kbd'-able strings. + +Set this to `nil' to disable universal-repeating on these keys.") (defvar +evil-want-o/O-to-continue-comments t "If non-nil, the o/O keys will continue comment lines if the point is on a