diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-02-06 15:38:58 +0100 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-02-06 15:38:58 +0100 | 
| commit | 538618c60f52b6ec81947f4a4e8b8152829e7658 (patch) | |
| tree | d24980e3bab726b40622656228f9f6ed29d4033b /bashrc | |
| parent | 3b79c95b71e20f1124c8f785e793ae55d9309304 (diff) | |
| download | bin-538618c60f52b6ec81947f4a4e8b8152829e7658.zip bin-538618c60f52b6ec81947f4a4e8b8152829e7658.tar.gz  | |
bashrc: add readline variables
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 7 | 
1 files changed, 7 insertions, 0 deletions
@@ -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"  | 
