From 12acdbaf7d4f99204d8798473ce6700b490e4f18 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Tue, 29 Apr 2014 21:25:05 +0430 Subject: [PATCH] auto suggest commented --- my.zsh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/my.zsh b/my.zsh index d490c4d..5b3c38f 100644 --- a/my.zsh +++ b/my.zsh @@ -63,15 +63,15 @@ cdpath=($project_path $cdpath) source $current_path/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # Load autosuggestions -source $current_path/zsh-autosuggestions/autosuggestions.zsh +#source $current_path/zsh-autosuggestions/autosuggestions.zsh # Enable autosuggestions automatically -zle-line-init() { - zle autosuggest-start -} +#zle-line-init() { +# zle autosuggest-start +#} -zle -N zle-line-init +#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 +#bindkey '^T' autosuggest-toggle