mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Fixed syntax highlight in README code snippet
This commit is contained in:
parent
7d737e3cc8
commit
6ddbde147f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ zle-line-init() {
|
|||
zle -N zle-line-init
|
||||
|
||||
# use ctrl+t to toggle autosuggestions(hopefully this wont be needed as
|
||||
autosuggestions is designed to be unobtrusive)
|
||||
# zsh-autosuggestions is designed to be unobtrusive)
|
||||
bindkey '^T' autosuggest-toggle
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue