X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fkeephack;h=6d748eae1304d112c166695e6e1072d4aa410763;hb=6e8ffd2ea9534d91df0f86d6b7d9bc972164cd0e;hp=9d4cb9221daf298574dc438108f5a616cb2062a0;hpb=d3f2ae885505d525fec84b17e7cdbadd4b8d712d;p=grml-etc-core.git diff --git a/etc/zsh/keephack b/etc/zsh/keephack index 9d4cb92..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 Dez 06 23:21:30 CET 2007 [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