drop unwanted bindkey stuff in power completion, thanks ft
authorMichael Prokop <mika@grml.org>
Sun, 12 Nov 2006 11:03:57 +0000 (12:03 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 12 Nov 2006 11:03:57 +0000 (12:03 +0100)
etc/skel/.zshrc

index 32dcc0c..7b9a74c 100644 (file)
   }
   zle -N globalias
   bindkey ",." globalias
-#  bindkey "^]" globalias
-  bindkey '^k' up-line-or-search  
 # }}}
 
 ## another approach for global aliases: cloning vim's abbreviation feature {{{