From b18f01a2562f80c3af15db359a018d4ae2c2dfbc Mon Sep 17 00:00:00 2001 From: piecioshka Date: Sat, 25 Jan 2014 23:44:37 +0100 Subject: [PATCH 1/3] fix end of file --- README.mkd | 1 + 1 file changed, 1 insertion(+) diff --git a/README.mkd b/README.mkd index 9ce8365..1cd1ef1 100644 --- a/README.mkd +++ b/README.mkd @@ -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...) From c5567cf371e08260a62bc3c0eaf68ac25faccf04 Mon Sep 17 00:00:00 2001 From: piecioshka Date: Sat, 25 Jan 2014 23:47:40 +0100 Subject: [PATCH 2/3] add label for zsh-autosuggestions --- README.mkd | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.mkd b/README.mkd index 1cd1ef1..6a2e84c 100644 --- a/README.mkd +++ b/README.mkd @@ -6,9 +6,11 @@ ## Installation ```sh -git clone git://github.com/tarruda/zsh-autosuggestions ~/.zsh-autosuggestions +$ git clone git://github.com/tarruda/zsh-autosuggestions ~/.zsh-autosuggestions -cat >> ~/.zshrc << "EOF" +$ cat >> ~/.zshrc << "EOF" + +# setup zsh-autosuggestions source ~/.zsh-autosuggestions/autosuggestions.zsh # Enable autosuggestions automatically @@ -21,6 +23,7 @@ zle -N zle-line-init # 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...) From 5dff7a69f1304f55383fc7c7628878c6b82cbee6 Mon Sep 17 00:00:00 2001 From: piecioshka Date: Sat, 25 Jan 2014 23:49:29 +0100 Subject: [PATCH 3/3] start label with big letter --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 6a2e84c..4c775fd 100644 --- a/README.mkd +++ b/README.mkd @@ -10,7 +10,7 @@ $ git clone git://github.com/tarruda/zsh-autosuggestions ~/.zsh-autosuggestions $ cat >> ~/.zshrc << "EOF" -# setup zsh-autosuggestions +# Setup zsh-autosuggestions source ~/.zsh-autosuggestions/autosuggestions.zsh # Enable autosuggestions automatically