aboutsummaryrefslogtreecommitdiff
path: root/stow/rcs/.inputrc
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2021-07-15 01:57:30 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2021-07-15 01:57:30 +0200
commit14791883624bf10227a6ffa9172c8030b87d4675 (patch)
tree8245e91cf4da07344dd1148b32c51d2b8c33f76d /stow/rcs/.inputrc
parentb8b7563bd9cf1731cb5dc2e34ed88d5bc1e336c8 (diff)
downloadconfigs-14791883624bf10227a6ffa9172c8030b87d4675.tar.gz
configs-14791883624bf10227a6ffa9172c8030b87d4675.zip
Lots of renames: stow can't handle folder with --dotfiles option.
Diffstat (limited to 'stow/rcs/.inputrc')
-rw-r--r--stow/rcs/.inputrc16
1 files changed, 16 insertions, 0 deletions
diff --git a/stow/rcs/.inputrc b/stow/rcs/.inputrc
new file mode 100644
index 0000000..202ca16
--- /dev/null
+++ b/stow/rcs/.inputrc
@@ -0,0 +1,16 @@
+# Read by readline (the program bash and probably other shells use for reading input).
+
+# Disable bell
+set bell-style none
+
+# Set vi editing mode
+set editing-mode vi
+set show-mode-in-prompt on
+set vi-ins-mode-string \1\e[6 q\2
+set vi-cmd-mode-string \1\e[2 q\2
+
+# Shows all possible matches the first time TAB is pressed instead of beeping.
+set show-all-if-ambiguous on
+
+# Shows file type (directory or executable) as a character when showing autocomplete targets.
+set visible-stats on