From: Michael Prokop Date: Sun, 12 Nov 2006 11:03:57 +0000 (+0100) Subject: drop unwanted bindkey stuff in power completion, thanks ft X-Git-Tag: 0.1-31~2 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=c35c92e53bd39f554572774910ad8d3c6887edec;hp=6afca8dc10a8d991cbd3ee89eca07e9315e96988;p=grml-etc-core.git drop unwanted bindkey stuff in power completion, thanks ft --- diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 32dcc0c..7b9a74c 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -165,8 +165,6 @@ } zle -N globalias bindkey ",." globalias -# bindkey "^]" globalias - bindkey '^k' up-line-or-search # }}} ## another approach for global aliases: cloning vim's abbreviation feature {{{