mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
fix end of file
This commit is contained in:
parent
a29e838cdf
commit
b18f01a256
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ zle -N zle-line-init
|
|||
# use ctrl+t to toggle autosuggestions(hopefully this wont be needed as
|
||||
# zsh-autosuggestions is designed to be unobtrusive)
|
||||
bindkey '^T' autosuggest-toggle
|
||||
EOF
|
||||
```
|
||||
|
||||
Any widget that moves the cursor to the right(forward-word, forward-char...)
|
||||
|
|
Loading…
Reference in a new issue