diff --git a/share/completions/set.fish b/share/completions/set.fish index a7d88d92a..6258c7573 100644 --- a/share/completions/set.fish +++ b/share/completions/set.fish @@ -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" \