From d3a3ea5b0622f2ff6e01cd73a760bc4f29b83c3c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 18 Jan 2011 17:49:12 +0100 Subject: [PATCH] /etc/skel/.zshrc: provide improved rationalise-dot version by Mikael Magnusson Acked-By: Frank Terbeck --- etc/skel/.zshrc | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index b48a9b9..dd4b14d 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -64,20 +64,24 @@ fi #WORDCHARS='*?_[]~=&;!#$%^(){}' #WORDCHARS='${WORDCHARS:s@/@}' -# just type 'cd ...' to get 'cd ../..' +# just type '...' to get '../..' #rationalise-dot() { -# if [[ $LBUFFER == *.. ]] ; then -# LBUFFER+=/.. -# else -# LBUFFER+=. -# fi +#local MATCH +#if [[ $LBUFFER =~ '(^|/| | |'$'\n''|\||;|&)\.\.$' ]]; then +# LBUFFER+=/ +# zle self-insert +# zle self-insert +#else +# zle self-insert +#fi #} #zle -N rationalise-dot #bindkey . rationalise-dot +## without this, typing a . aborts incremental history search +#bindkey -M isearch . self-insert #bindkey '\eq' push-line-or-edit - ## some popular options ## ## add `|' to output redirections in the history -- 2.1.4