summaryrefslogtreecommitdiff
path: root/ar
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-05-21 10:37:52 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-05-21 10:37:52 +0900
commit9a0ccabe57072a33ac5f2a607a8dd151940ed38f (patch)
tree6d48daebc468b41807427b0a938c136aaad50c01 /ar
parentd2182f413180026a3c117ef3b7041cb02a5c4cb5 (diff)
modified shell/inputrc, modified linux/.inputrcHEADmaster
Diffstat (limited to 'ar')
-rw-r--r--ar/.config/shell/inputrc14
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