mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Update readme
This commit is contained in:
parent
7efb859477
commit
cdb15d4d98
1 changed files with 2 additions and 0 deletions
|
@ -15,5 +15,7 @@ zle-line-init() {
|
||||||
zle -N zle-line-init
|
zle -N zle-line-init
|
||||||
# use ctrl+t to toggle autosuggestions
|
# use ctrl+t to toggle autosuggestions
|
||||||
bindkey '^T' toggle-autosuggestions
|
bindkey '^T' toggle-autosuggestions
|
||||||
|
# use ctrl+f to accept a suggested word
|
||||||
|
bindkey '^F' accept-suggested-word
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue