From c5567cf371e08260a62bc3c0eaf68ac25faccf04 Mon Sep 17 00:00:00 2001 From: piecioshka Date: Sat, 25 Jan 2014 23:47:40 +0100 Subject: [PATCH] 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...)