Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Proprositions for a useful categorization of zsh options?



* Peter Stephenson (2004-05-25 16:34 +0100)
> Did anyone come up with a final list of sections for documenting zsh
> options?

Yes, me:

## Authors: the zsh-users mailing list
## gratefully compiled by Thorsten 'zsh' Kampe

# CHANGING DIRECTORIES
autocd
cdablevars
chasedots
chaselinks
autopushd
pushdignoredups
pushdminus
pushdsilent
pushdtohome

# COMPLETION
alwayslastprompt
alwaystoend
autolist
automenu
autonamedirs
autoparamkeys
autoparamslash
autoremoveslash
bashautolist
completealiases
completeinword
globcomplete
hashlistall
listambiguous
listbeep
listpacked
listrowsfirst
listtypes
menucomplete
recexact

# EXPANSION AND GLOBBING
badpattern
bareglobqual
braceccl
caseglob
cshnullglob
equals
extendedglob
glob
globassign
globdots
globsubst
ignorebraces
kshglob
magicequalsubst
markdirs
nomatch
nullglob
numericglobsort
rcexpandparam
shglob
unset

# HISTORY
appendhistory
banghist
extendedhistory
histallowclobber
histbeep
histexpiredupsfirst
histfindnodups
histignorealldups
histignoredups
histignorespace
histnofunctions
histnostore
histreduceblanks
histsavenodups
histverify
incappendhistory
sharehistory

# INITIALISATION
allexport
globalexport
globalrcs
rcs

# INPUT/OUTPUT
aliases
clobber
correct
correctall
dvorak
flowcontrol
ignoreeof
interactivecomments
hashcmds
hashdirs
mailwarning
pathdirs
printeightbit
printexitvalue
rcquotes
rmstarsilent
rmstarwait
shortloops
sunkeyboardhack

# JOB CONTROL
autocontinue
autoresume
bgnice
checkjobs
hup
longlistjobs
monitor
notify

# PROMPTING
promptbang
promptcr
promptpercent
promptsubst
transientrprompt

# SCRIPTING
cbases
errexit
errreturn
exec
functionargzero
localoptions
localtraps
multios
octalzeroes
typesetsilent
verbose
xtrace

# SHELL EMULATION
bsdecho
cshjunkiehistory
cshjunkieloops
cshjunkiequotes
cshnullcmd
ksharrays
kshautoload
kshoptionprint
kshtypeset
posixbuiltins
shfileexpansion
shnullcmd
shoptionletters
shwordsplit
trapsasync

# SHELL STATUS
interactive
login
privileged
restricted
shinstdin
singlecommand

# ZLE
beep
emacs
overstrike
singlelinezle
vi
zle



Messages sorted by: Reverse Date, Date, Thread, Author