install.sh (symlink home/* + merge-seed ~/.claude.json onboarding), gitconfig, bash_aliases, global gitignore, inputrc, tmux.conf. Golden owns tools+starship; this owns personal config. Secrets stay in Coder user-secrets. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 lines
341 B
Text
13 lines
341 B
Text
$include /etc/inputrc
|
|
|
|
# history search on the arrow keys (type a prefix, press Up)
|
|
"\e[A": history-search-backward
|
|
"\e[B": history-search-forward
|
|
|
|
# nicer completion
|
|
set completion-ignore-case on
|
|
set completion-map-case on
|
|
set show-all-if-ambiguous on
|
|
set colored-stats on
|
|
set colored-completion-prefix on
|
|
set mark-symlinked-directories on
|