From 69a7c60c3ad932614fbc5f21b5f36a90af2b9b44 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 31 Dec 2019 17:46:53 -0500 Subject: [PATCH] Update text objects list in evil readme --- modules/editor/evil/README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/editor/evil/README.org b/modules/editor/evil/README.org index 8c23d70f5..82dce265c 100644 --- a/modules/editor/evil/README.org +++ b/modules/editor/evil/README.org @@ -96,6 +96,9 @@ And these are text objects added by this module: + =a= C-style function arguments (provided by ~evil-args~) + =B= any block delimited by braces, parentheses or brackets (provided by ~evil-textobj-anyblock~) ++ =c= Comments ++ =f= For functions (but relies on the major mode to have defined a sane ++ =g= The entire buffer + =i j k= by indentation (=k= includes one line above; =j= includes one line above and below) (provided by ~evil-indent-plus~) + =x= XML attributes (provided by ~exato~)