mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 14:01:20 -03:00
completions/set: add fish_cursor_* variables
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user