You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -60,7 +60,8 @@ Bundle of more than 30 new text objects for Neovim.
60
60
|`lastChange`| last non-deletion-change, yank, or paste (paste-manipulation plugins may interfere) |\-|\-|`g;`|
61
61
|`notebookCell`| cell delimited by [double percent comment][jupytext], such as `# %%`| outer includes the top cell border |\-|`iN`/`aN`|
62
62
|`emoji`| single emoji (or Nerdfont glyph) |\-| small |`.`|
63
-
|`argument`| comma-separated argument (not as accurate as the treesitter-textobjects, use as fallback) | \outer includes one `.` (or `:`) | small |`i,`/`a,`|
63
+
|`argument`| comma-separated argument (not as accurate as the treesitter-textobjects, use as fallback) | outer includes the `,`| small |`i,`/`a,`|
64
+
|`filepath`| unix-filepath; supports `~` or `$HOME`, but not spaces in the filepath. | inner is only the filename | big |`iF`/`aF`|
0 commit comments