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