From 6ddbde147f012e67982554dadd1c7cd622da4b27 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Fri, 8 Nov 2013 08:24:02 -0300 Subject: [PATCH] Fixed syntax highlight in README code snippet --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index bdfead7..51724b8 100644 --- a/README.mkd +++ b/README.mkd @@ -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 ```