forgor inputrc, cleanup useless things

This commit is contained in:
Cynthia Foxwell 2023-08-31 22:12:13 -06:00
parent 14b60be2a7
commit 6c2efbd78f
5 changed files with 28 additions and 401 deletions

15
windows/home/.inputrc Normal file
View file

@ -0,0 +1,15 @@
# Some common Readline config settings.
set colored-stats on # Turn on completion colors.
set colored-completion-prefix on # Color the typed completion prefix.
# Some config settings that only work in Clink.
$if clink
set search-ignore-case on # Case insensitive history searches.
set completion-auto-query-items on # Prompt before showing completions if they'll exceed half the screen.
$endif
# Add your keybindings here...
\C-F: complete
\C-G: clink-insert-suggested-line