From: Frank Terbeck Date: Fri, 9 Jan 2009 22:21:12 +0000 (+0100) Subject: skel/.zshrc: adjust format to match the other examples X-Git-Tag: v0.3.62~14 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=8cbf254eff70e6874c8b3da9002bfeb8fdd01923;p=grml-etc-core.git skel/.zshrc: adjust format to match the other examples --- diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 22869f7..776f6e7 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -41,11 +41,11 @@ #} #zle -N mquote && bindkey '^q' mquote -# define word separators (for stuff like backward-word, forward-word, backward-kill-word,..) -# WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>' # the default -# WORDCHARS=. -# WORDCHARS='*?_[]~=&;!#$%^(){}' -# WORDCHARS='${WORDCHARS:s@/@}' +## define word separators (for stuff like backward-word, forward-word, backward-kill-word,..) +#WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>' # the default +#WORDCHARS=. +#WORDCHARS='*?_[]~=&;!#$%^(){}' +#WORDCHARS='${WORDCHARS:s@/@}' ## some popular options ## @@ -184,4 +184,3 @@ #showINC () { perl -e 'for (@INC) { printf "%d %s\n", $i++, $_ }' } #vimpm () { vim `perldoc -l $1 | sed -e 's/pod$/pm/'` } #vimhelp () { vim -c "help $1" -c on -c "au! VimEnter *" } -