From 8cbf254eff70e6874c8b3da9002bfeb8fdd01923 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Fri, 9 Jan 2009 23:21:12 +0100 Subject: [PATCH] skel/.zshrc: adjust format to match the other examples --- etc/skel/.zshrc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 *" } - -- 2.1.4