summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
Diffstat (limited to 'linux')
-rw-r--r--linux/.inputrc14
1 files changed, 8 insertions, 6 deletions
diff --git a/linux/.inputrc b/linux/.inputrc
index 81cdf85..3a805aa 100644
--- a/linux/.inputrc
+++ b/linux/.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