docs: include fish_cursor_selection_mode in list of special variables

This commit is contained in:
David Adam
2023-01-01 22:38:12 +08:00
parent 9bd6097fcb
commit c2ad9e44ec
3 changed files with 6 additions and 2 deletions

View File

@@ -1351,6 +1351,10 @@ You can change the settings of fish by changing the values of certain variables.
determines where fish looks for completion. When trying to complete for a command, fish looks for files in the directories in this variable.
.. envvar:: fish_cursor_selection_mode
controls whether the selection is inclusive or exclusive of the character under the cursor (see :ref:`Copy and Paste <killring>`).
.. envvar:: fish_function_path
determines where fish looks for functions. When fish :ref:`autoloads <syntax-function-autoloading>` a function, it will look for files in these directories.