/etc/skel/.zshrc: provide improved rationalise-dot version by Mikael Magnusson
authorMichael Prokop <mika@grml.org>
Tue, 18 Jan 2011 16:49:12 +0000 (17:49 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 18 Jan 2011 16:50:49 +0000 (17:50 +0100)
Acked-By: Frank Terbeck <ft@grml.org>
etc/skel/.zshrc

index b48a9b9..dd4b14d 100644 (file)
@@ -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