-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d98ada
commit 5f4ce34
Showing
24 changed files
with
11,008 additions
and
4,240 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# When this file is named "default_inputrc" and is in the binaries | ||
# directory or profile directory, it provides enhanced default settings. | ||
|
||
# Override the built-in Readline defaults with ones that provide a more | ||
# enhanced Clink experience. | ||
|
||
colored-completion-prefix on | ||
colored-stats on | ||
mark-symlinked-directories on | ||
completion-auto-query-items on | ||
history-point-at-end-of-anchored-search on | ||
search-ignore-case on | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# When this file is named "default_settings" and is in the binaries | ||
# directory or profile directory, it provides enhanced default settings. | ||
|
||
# Override built-in default settings with ones that provide a more | ||
# enhanced Clink experience. | ||
|
||
autosuggest.enable = True | ||
clink.default_bindings = windows | ||
cmd.ctrld_exits = False | ||
color.arginfo = sgr 38;5;172 | ||
color.argmatcher = sgr 1;38;5;40 | ||
color.cmd = bold | ||
color.cmdredir = sgr 38;5;172 | ||
color.cmdsep = sgr 38;5;214 | ||
color.comment_row = sgr 38;5;87;48;5;18 | ||
color.description = sgr 38;5;39 | ||
color.doskey = sgr 1;38;5;75 | ||
color.executable = sgr 1;38;5;33 | ||
color.filtered = bold | ||
color.flag = sgr 38;5;117 | ||
color.hidden = sgr 38;5;160 | ||
color.histexpand = sgr 97;48;5;55 | ||
color.horizscroll = sgr 38;5;16;48;5;30 | ||
color.input = sgr 38;5;222 | ||
color.readonly = sgr 38;5;28 | ||
color.selected_completion = sgr 7 | ||
color.selection = sgr 38;5;16;48;5;179 | ||
color.suggestion = sgr 38;5;239 | ||
color.unrecognized = sgr 38;5;203 | ||
history.max_lines = 25000 | ||
history.time_stamp = show | ||
match.expand_envvars = True | ||
match.substring = True | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.