summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bashrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index d5c8b6d..3bc5715 100644
--- a/bashrc
+++ b/bashrc
@@ -35,6 +35,13 @@ fi
# VIMMODE
set -o vi
+bind "set completion-display-width 1"
+bind "set completion-ignore-case off"
+bind "set completion-prefix-display-length 2"
+bind "set menu-complete-display-prefix on"
+bind "set show-all-if-ambiguous on"
+bind "Control-t: menu-complete"
+
# ALIASES
#alias vimb="vim -u $HOME/.vimrc-bepo"