... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
# TODO: Explain what some of this does.. |
2 | 2 |
autoload -U compinit |
3 |
-compinit |
|
3 |
+compinit -i |
|
4 | 4 |
|
5 | 5 |
bindkey -e |
6 | 6 |
bindkey '\ew' kill-region |
... | ... |
@@ -38,4 +38,4 @@ bindkey ' ' magic-space # also do history expansion on space |
38 | 38 |
#bindkey '^I' complete-word |
39 | 39 |
## Fix weird sequence that rxvt produces |
40 | 40 |
#bindkey -s '^[[Z' '\t' |
41 |
-# |
|
42 | 41 |
\ No newline at end of file |
42 |
+# |