summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-02-06 15:38:58 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2014-02-06 15:38:58 +0100
commit538618c60f52b6ec81947f4a4e8b8152829e7658 (patch)
treed24980e3bab726b40622656228f9f6ed29d4033b /bashrc
parent3b79c95b71e20f1124c8f785e793ae55d9309304 (diff)
downloadbin-538618c60f52b6ec81947f4a4e8b8152829e7658.zip
bin-538618c60f52b6ec81947f4a4e8b8152829e7658.tar.gz
bashrc: add readline variables
Diffstat (limited to 'bashrc')
-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"