Skip to content

Commit

Permalink
chore: Auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser authored and github-actions[bot] committed Oct 22, 2023
1 parent c89be51 commit c0aa3ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/various-textobjs.txt
Original file line number Diff line number Diff line change
@@ -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*
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -316,6 +319,8 @@ can copypaste this list and enter your own bindings.Mappings for all text object

keymap({ "o", "x" }, "YOUR_MAPPING", "<cmd>lua require('various-textobjs').column()<CR>")

keymap({ "o", "x" }, "YOUR_MAPPING", "<cmd>lua require('various-textobjs').multiCommentedLines()<CR>")

keymap({ "o", "x" }, "YOUR_MAPPING", "<cmd>lua require('various-textobjs').value('inner')<CR>")
keymap({ "o", "x" }, "YOUR_MAPPING", "<cmd>lua require('various-textobjs').value('outer')<CR>")

Expand Down

0 comments on commit c0aa3ff

Please sign in to comment.