From c0aa3ff33eaf9e7bc827ea918f92ac47d6037118 Mon Sep 17 00:00:00 2001 From: chrisgrieser Date: Sun, 22 Oct 2023 19:52:36 +0000 Subject: [PATCH] chore: Auto generate docs --- doc/various-textobjs.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/various-textobjs.txt b/doc/various-textobjs.txt index 254d5cd..8f2879d 100644 --- a/doc/various-textobjs.txt +++ b/doc/various-textobjs.txt @@ -1,4 +1,4 @@ -*various-textobjs.txt* For NVIM v0.8.0 Last change: 2023 October 20 +*various-textobjs.txt* For NVIM v0.8.0 Last change: 2023 October 22 ============================================================================== Table of Contents *various-textobjs-table-of-contents* @@ -68,6 +68,9 @@ LIST OF TEXT OBJECTS*various-textobjs-nvim-various-textobjs--list-of-text-object restOfParagraph like }, but linewise - - r all + multiCommentedLines consecutive, fully - big gc all + commented lines + entireBuffer entire buffer as one - - gG all text object @@ -316,6 +319,8 @@ can copypaste this list and enter your own bindings.Mappings for all text object keymap({ "o", "x" }, "YOUR_MAPPING", "lua require('various-textobjs').column()") + keymap({ "o", "x" }, "YOUR_MAPPING", "lua require('various-textobjs').multiCommentedLines()") + keymap({ "o", "x" }, "YOUR_MAPPING", "lua require('various-textobjs').value('inner')") keymap({ "o", "x" }, "YOUR_MAPPING", "lua require('various-textobjs').value('outer')")