Browse Source

Fixed syntax highlight in README code snippet

pull/17/head
Thiago de Arruda 11 years ago
parent
commit
6ddbde147f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.mkd

+ 1
- 1
README.mkd View File

@ -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…
Cancel
Save