Update readme

This commit is contained in:
Thiago de Arruda 2013-10-27 10:50:35 -03:00
parent 7efb859477
commit cdb15d4d98

View file

@ -15,5 +15,7 @@ zle-line-init() {
zle -N zle-line-init
# use ctrl+t to toggle autosuggestions
bindkey '^T' toggle-autosuggestions
# use ctrl+f to accept a suggested word
bindkey '^F' accept-suggested-word
EOF
```