From 93b6f8adfb8396f3d800930e73732773b391b812 Mon Sep 17 00:00:00 2001 From: Jeetaditya Chatterjee Date: Tue, 15 Feb 2022 19:53:18 +0000 Subject: [PATCH] docs(tree-sitter): update text obj table --- modules/tools/tree-sitter/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/tools/tree-sitter/README.org b/modules/tools/tree-sitter/README.org index f24a89639..369cf7522 100644 --- a/modules/tools/tree-sitter/README.org +++ b/modules/tools/tree-sitter/README.org @@ -62,12 +62,12 @@ Note: only languages with parsers in emacs have text object support currently. Currently text objects are bound to: | key | text object | |-----+---------------------| -| =a= | parameter list | +| =A= | parameter list | | =f= | function definition | | =F= | function call | | =C= | class | | =c= | comment | -| =i= | conditional | +| =v= | conditional | | =l= | loop | They are used in a container context (not =vf= but =vaf= or =vif=)