X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fkeephack;h=6d748eae1304d112c166695e6e1072d4aa410763;hb=HEAD;hp=16d8b00d38ef960532f3aabff903c78793e2e43f;hpb=3d6452fdfc44310b5615eaf61c95cab4c27d9bf8;p=grml-etc-core.git diff --git a/etc/zsh/keephack b/etc/zsh/keephack index 16d8b00..6d748ea 100644 --- a/etc/zsh/keephack +++ b/etc/zsh/keephack @@ -3,7 +3,6 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Don Jän 27 23:38:57 CET 2005 [mika] ################################################################################ # save output in a variable for later use @@ -52,7 +51,7 @@ _insert_kept() { fi } -# now bind it to keys and enable completition +# now bind it to keys and enable completion zle -C insert-kept-result complete-word _generic zle -C expand-kept-result complete-word _generic zstyle ':completion:*-kept-result:*' completer _insert_kept @@ -89,5 +88,5 @@ zle -C _expand_word complete-word _expand_word_and_keep zstyle ':completion:*' insert-kept menu zmodload -i zsh/complist -# vim:filetype=zsh ## END OF FILE ################################################################# +# vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4