# name: Show a suggestion in a muted color
# type: boolean
autosuggest.inline = False

# name: Auto-update the Clink program files
# type: enum
# options: off,check,prompt,auto
clink.autoupdate = off

# name: Selects default key bindings
# type: enum
# options: bash,windows
clink.default_bindings = bash

# name: Controls what startup logo to show
# type: enum
# options: none,full,short
clink.logo = none

# name: Strips CR and LF chars on paste
# type: enum
# options: delete,space,ampersand,crlf
clink.paste_crlf = space

# name: Default search mode in popup lists
# type: enum
# options: find,filter
clink.popup_search_mode = filter

# name: Auto-answer terminate prompt
# type: enum
# options: off,answer_yes,answer_no
cmd.auto_answer = answer_yes

# name: Retrieve last exit code
# type: boolean
cmd.get_errorlevel = False

# name: Argument color
# type: color
color.arg = bold

# name: Argument info color
# type: color
color.arginfo = yellow

# name: Shell command completions
# type: color
color.cmd = bold

# name: Color for < and > redirection symbols
# type: color
color.cmdredir = bold

# name: Color for & and | command separators
# type: color
color.cmdsep = bold

# name: Color for comment row
# type: color
color.comment_row = bright white on cyan

# name: Description completion color
# type: color
color.description = bright cyan

# name: Doskey completions
# type: color
color.doskey = bold cyan

# name: Color for executable command word
# type: color
color.executable = bold cyan

# name: Filtered completion color
# type: color
color.filtered = bold

# name: Flag color
# type: color
color.flag = default

# name: Color for preferred branch completions
# type: color
color.git.star = bright green

# name: Hidden file completions
# type: color
color.hidden = default

# name: Input text color
# type: color
color.input = default

# name: For user-interaction prompts
# type: color
color.interact = bold

# name: Message area color
# type: color
color.message = default

# name: Color for popup lists and messages
# type: color
color.popup = bright white on black

# name: Color for popup border
# type: color
color.popup_border = bright cyan

# name: Unexpected argument color
# type: color
color.unexpected = default

# name: Color for unrecognized command word
# type: color
color.unrecognized = default

# name: Color for yarn run local module
# type: color
color.yarn.module = bright green

# name: Color for yarn run project.json script
# type: color
color.yarn.script = bright blue

# name: Allow showing input hints in the comment row
# type: boolean
comment_row.show_hints = False

# name: Match executables in current directory
# type: boolean
exec.cwd = True

# name: Include directories
# type: boolean
exec.dirs = True

# name: Match executables in PATH
# type: boolean
exec.path = True

# name: Whitespace prefix matches files
# type: boolean
exec.space_prefix = True

# name: Sets how command history expansion is applied
# type: enum
# options: off,on,not_squoted,not_dquoted,not_quoted
history.expand_mode = not_dquoted

# name: Skip adding lines prefixed with whitespace
# type: boolean
history.ignore_space = True

# name: The number of history lines to save
# type: integer
history.max_lines = 2500

# name: Share history between instances
# type: boolean
history.shared = True

# name: Expand envvars when completing
# type: boolean
match.expand_envvars = True

# name: Start with the suggestion list enabled
# type: boolean
suggestionlist.default = True

# name: Support Windows' Ctrl-Alt substitute for AltGr
# type: boolean
terminal.use_altgr_substitute = False

