1
0
Files
settings/Cmder/clink_settings
Stian Lund a26f1073b0 update
2024-08-23 11:25:59 +02:00

112 lines
2.3 KiB
Plaintext
Executable File

# name: Auto-update the Clink program files
# type: enum
# options: off,check,prompt,auto
clink.autoupdate = off
# name: Strips CR and LF chars on paste
# type: enum
# options: delete,space,ampersand,crlf
clink.paste_crlf = space
# 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: 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: For user-interaction prompts
# type: color
color.interact = bold
# name: Message area color
# type: color
color.message = default
# name: Unexpected argument color
# type: color
color.unexpected = 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: 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 = False
# name: The number of history lines to save
# type: integer
history.max_lines = 10000
# name: Share history between instances
# type: boolean
history.shared = True
# name: Support Windows' Ctrl-Alt substitute for AltGr
# type: boolean
terminal.use_altgr_substitute = True