From ea6e819a33574e3a64c7aa3c5906eb13b8b9865a Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Mon, 10 Mar 2025 22:24:29 +0100 Subject: [PATCH] completions/set: add fish_cursor_* variables --- share/completions/set.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" \