=== removed file 'zsh-functions/ft_vi_promptcolors' --- zsh-functions/ft_vi_promptcolors 2013-06-04 18:35:49 +0000 +++ zsh-functions/ft_vi_promptcolors 1970-01-01 00:00:00 +0000 @@ -1,16 +0,0 @@ -local text -typeset -gA psvmodetext -if [[ $1 == "-t" ]]; then - shift - psvmodetext[i]="i" - psvmodetext[c]="%K{$2}%F{$1}n" - psvmodetext[r]="%K{$4}%F{$3}r" - psvmodetext[im]="${psvmodetext[i]}m" - psvmodetext[cm]="${psvmodetext[c]}m" -else - psvmodetext[i]="" - psvmodetext[c]="%K{$2}%F{$1}" - psvmodetext[r]="%K{$4}%F{$3}" - psvmodetext[im]="${psvmodetext[i]}[m] " - psvmodetext[cm]="${psvmodetext[c]}[m] " -fi === modified file 'zsh-functions/ft_vi_promptinit' --- zsh-functions/ft_vi_promptinit 2013-06-04 18:35:49 +0000 +++ zsh-functions/ft_vi_promptinit 2013-05-31 20:46:12 +0000 @@ -50,7 +50,7 @@ # If set to `yes', make viins mode behave more like `emacs' mode. Bindings # such as `^r' and `^s' will work. Backspace and `^w' will work more like # emacs would, too. -: ${zle_ins_more_like_emacs:=no} +zle_ins_more_like_emacs='yes' # This is an example prompt to show how this can be used. Yours may # obviously be a lot more colourful and whatnot. As ugly as you like.