completions/set: add fish_cursor_* variables

This commit is contained in:
Johannes Altmanninger
2025-03-10 22:24:29 +01:00
parent 4227f534b4
commit ea6e819a33

View File

@@ -54,7 +54,8 @@ function __fish_complete_special_vars
FISH_DEBUG_OUTPUT "debug output path" \
umask "current file creation mask" \
fish_handle_reflow "if fish should repaint prompt when the term resizes" \
fish_trace "print cmds as they execute, like set -x" \
fish_cursor_selection_mode "set to 'inclusive' if selections should include the cursor" \
fish_cursor_end_mode "set to 'inclusive' to disallow moving the cursor beyond the command line end" \
fish_emoji_width "cols wide fish assumes emoji render as" \
fish_key_bindings "name of function that sets binds" \
fish_autosuggestion_enabled "turns autosuggestions on or off" \