Remove completion server and focus on history

suggestion
This commit is contained in:
Thiago de Arruda
2013-10-29 19:34:54 -03:00
parent 3dbe2c8c9b
commit 20c0ea841b
5 changed files with 4 additions and 356 deletions

View File

@@ -14,8 +14,6 @@ zle-line-init() {
zle autosuggest-start
}
zle -N zle-line-init
# use ctrl+t to toggle autosuggestions(hopefully this wont be needed)
bindkey '^T' autosuggest-toggle
# use ctrl+f to accept a suggested word
bindkey '^F' autosuggest-accept-suggested-word
EOF