aboutsummaryrefslogtreecommitdiff
path: root/stow/rcs/.inputrc
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-07-25 20:53:37 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-07-25 20:53:37 +0200
commitb79ec8e6c3e55657e885a6b6666e3780ef096aa9 (patch)
tree1c5f25abf27d53fb02e34e5c017fe52383b44d85 /stow/rcs/.inputrc
parente3e0884dbdca529af158e7726718517ec3030412 (diff)
downloadconfigs-b79ec8e6c3e55657e885a6b6666e3780ef096aa9.tar.gz
configs-b79ec8e6c3e55657e885a6b6666e3780ef096aa9.zip
Updates to .inputrc: cycling among completion options among others.
Diffstat (limited to 'stow/rcs/.inputrc')
-rw-r--r--stow/rcs/.inputrc19
1 files changed, 19 insertions, 0 deletions
diff --git a/stow/rcs/.inputrc b/stow/rcs/.inputrc
index 202ca16..a495164 100644
--- a/stow/rcs/.inputrc
+++ b/stow/rcs/.inputrc
@@ -14,3 +14,22 @@ set show-all-if-ambiguous on
# Shows file type (directory or executable) as a character when showing autocomplete targets.
set visible-stats on
+
+# Move cursor to matching paren for a second when closing parenthesis
+set blink-matching-paren
+
+# Show colored completion and shared part of text to complete
+set colored-completion-prefix on
+set colored-stats on
+
+# Ignore case for completion
+set completion-ignore-case on
+
+# Show everything in one column
+set completion-display-width 1
+
+# Make tab cycle through possible completions
+TAB: menu-complete
+
+# Make ^o add text to redirect output
+Control-o: "> readlineOutput.tmp"