drop unwanted bindkey stuff in power completion, thanks ft
[grml-etc-core.git] / 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 {{{