zshrc: use "ctrl-x ." instead ",." to enable power completion / abbreviation expansion
authorMichael Prokop <mika@grml.org>
Mon, 2 Sep 2013 18:06:29 +0000 (20:06 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 2 Sep 2013 21:40:22 +0000 (23:40 +0200)
commit7fc9f757507ed26cbf09e8e168e266bdf7106f9b
tree0d2c2de3ea7fe205272b76a4839b94dff5a0bc58
parent2db641767b1078bbbb5ef1432797124aa42f0392
zshrc: use "ctrl-x ." instead ",." to enable power completion / abbreviation expansion

The use of ",." for enabling the power completion /
abbreviation expansion / buffer expansion was a bad idea
because you'll get either a delay or even missing characters,
e.g. when ",." is part of a copy/paste action. So switch to
a safer approach by using "ctrl-x ." instead.
etc/zsh/zshrc