From: Michael Prokop Date: Tue, 18 Jan 2011 16:49:12 +0000 (+0100) Subject: /etc/skel/.zshrc: provide improved rationalise-dot version by Mikael Magnusson X-Git-Tag: v0.3.89~9 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=d3a3ea5b0622f2ff6e01cd73a760bc4f29b83c3c;p=grml-etc-core.git /etc/skel/.zshrc: provide improved rationalise-dot version by Mikael Magnusson Acked-By: Frank Terbeck --- 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