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 Dec 28, 2023
1 parent ba8a753 commit 8ebbedb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 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 December 26
*various-textobjs.txt* For NVIM v0.8.0 Last change: 2023 December 28

==============================================================================
Table of Contents *various-textobjs-table-of-contents*
Expand Down Expand Up @@ -133,6 +133,10 @@ LIST OF TEXT OBJECTS*various-textobjs-nvim-various-textobjs--list-of-text-object
the last line in the
window

lastChange Last - - g; all
non-deletion-change,
yank, or paste.[3]

mdlink markdown link like inner is only the link small il, al markdown,
[title](url) title (between the []) toml

Expand Down Expand Up @@ -170,6 +174,10 @@ LIST OF TEXT OBJECTS*various-textobjs-nvim-various-textobjs--list-of-text-object

[2] This respects vim’s quoteescape option.

[3] The lastChange textobject does not work well with plugins that
manipulate paste operations such as yanky.nvim or plugins that auto-save
the buffer.

NON-GOALS *various-textobjs-nvim-various-textobjs--non-goals*

nvim-treesitter-textobjects
Expand Down Expand Up @@ -331,6 +339,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').nearEoL()<CR>")

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

keymap(
{ "o", "x" },
"YOUR_MAPPING",
Expand Down

0 comments on commit 8ebbedb

Please sign in to comment.