diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-05-21 10:37:52 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-05-21 10:37:52 +0900 |
| commit | 9a0ccabe57072a33ac5f2a607a8dd151940ed38f (patch) | |
| tree | 6d48daebc468b41807427b0a938c136aaad50c01 /ar/.config/shell/inputrc | |
| parent | d2182f413180026a3c117ef3b7041cb02a5c4cb5 (diff) | |
Diffstat (limited to 'ar/.config/shell/inputrc')
| -rw-r--r-- | ar/.config/shell/inputrc | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/ar/.config/shell/inputrc b/ar/.config/shell/inputrc index 81cdf85..3a805aa 100644 --- a/ar/.config/shell/inputrc +++ b/ar/.config/shell/inputrc @@ -1,14 +1,16 @@ $include /etc/inputrc +# Settings set completion-display-width 0 +set completion-ignore-case on set completion-query-items 1000 - -# Prettyfi set colored-stats on set colored-completion-prefix on - -# ^C no longer shows on C-c keypress set echo-control-characters off +set match-hidden-files off +set show-all-if-ambiguous on +set skip-completed-text on +set visible-stats on # Map tab to cycle through all the possible completions. TAB: menu-complete @@ -22,10 +24,10 @@ set vi-ins-mode-string \1\e[6 q\2 set vi-cmd-mode-string \1\e[2 q\2 set keymap vi-command -# these are for vi-command mode +# vi-command mode Control-l: clear-screen set keymap vi-insert -# these are for vi-insert mode +# vi-insert mode Control-l: clear-screen $endif |
