diff --git a/twander.1 b/twander.1 index 632f330..c8dc53d 100644 --- a/twander.1 +++ b/twander.1 @@ -548,6 +548,37 @@ default as you prefer it. .TP +.B Toggle Sorting Of Symbolic Link Directories (TOGSYMDIR) +Control-~ + +Toggles whether symbolic links pointing to directories should be +sorted as directories or as files. This changes the state of the +SYMDIR program option (default: True) and updates the title bar +"Symlinks:" status field. This is only meaningful if you've selected +"separated" sorting (SORTSEP) to cluster directories and then files +together in the display. + +.TP +.B Toggle The Display Of Symbolic Link Targets (TOGSYMEXPAND) +Control-! + +Toggles whether or not to display the targets of symbolic links or to +just display the link name by itself. This changes the state of the +SYMEXPAND program option (default: True) and updates the title bar +"Symlinks:" status field. + +.TP +.B Toggle The Display Of Absolute Symbolic Link Targets(TOGSYMRESOLV) +Control-@ + +Toggles whether the targets of symbolic links should be displayed as +defined or in absolute path format. This changes the state of the +SYMRESOLV program option (default: False) and updates the title bar +"Symlinks:" status field. Pressing this key implies you want to see +symbolic link targets (either as defined or as "resolved" absolute +paths) so this keypress also forces SYMEXPAND to \fCTrue\fP. + +.TP .B Toggle \'win32all\' Features (TOGWIN32ALL) Control-w @@ -2039,16 +2070,6 @@ values may also be possible. .TP -.B EXPANDSYMLINKS [Boolean] (True) - -When displaying symbolic links, \fCtwander\fP ordinarily shows both -the link name and its target. If you set \fCEXPANDSYMLINKS = -False\fP, only the name of the symbolic link, not its target will be -shown. This effectively causes a symbolic link to be displayed like -any other file or directory. - - -.TP .B FORCEUNIXPATH [Boolean] (False) Ordinarily, Built-In Variables and Program Memory References in a @@ -2301,18 +2322,6 @@ display. .TP -.B RESOLVSYMLINKS [Boolean] (False) - -\fCtwander\fP ordinarily displays symbolic link targets as they were -defined. That is, targets that were defined relative to the current -(or some other) directory, or targets that point to other symbolic -links will not be "expanded" to show their complete path. Instead, -the path as defined when the symbolic link was created will be shown. -Setting \fCRESOLVSYMLINKS\fP to \fCTrue\fP will cause the absolute path of -symbolic link targets to be displayed. - - -.TP .B SORTBYFIELD [String] (Name) Specifies which field is to be used as the sort key. May be one of @@ -2388,7 +2397,41 @@ "separated" sorting is selected - i.e., When the directories are sorted separately from files. If SYMDIR is set to \fCFalse\fP, then symbolic links will be sorted as files, regardless of what the link -points to. +points to. This option can be set in the Configuration file or +toggled from the keyboard with the TOGSYMDIR (default: Control-~) +key binding. The status of this variable is displayed on the title +bar in the "Symlinks:" field as either a "D" or "F" for directory +and file sorting respectively. + +.TP +.B SYMEXPAND [Boolean] (True) + +When displaying symbolic links, \fCtwander\fP ordinarily shows both +the link name and its target. If you set \fCSYMEXPAND=False\fP, +only the name of the symbolic link, not its target will be shown. +This effectively causes a symbolic link to be displayed like any other +file or directory. This option can be set in the Configuration file +or toggled from the keyboard with the TOGSYMEXPAND (default: +Control-!) key binding. The title bar status field, "Symlinks:" +will display an "E" if this option is True. + + +.TP +.B SYMRESOLV [Boolean] (False) + +\fCtwander\fP ordinarily displays symbolic link targets as they were +defined. That is, targets that were defined relative to the current +(or some other) directory, or targets that point to other symbolic +links will not be "resolved" to show their absolute path. Instead, +the path as defined when the symbolic link was created will be shown. +Setting \fCSYMRESOLV=True\fP will cause the absolute path of symbolic +link targets to be displayed. This option can be set in the +Configuration file or toggled from the keyboard with the TOGSYMRESOLV +(default: Control-@) key binding. If you toggle this option with +TOGSYMRESOLV, it implies you want to see symbolic link targets in some +form (either in resolved or unresolved form), so this keyboard action +will also force SYMEXPAND to be \fCTrue\fP. The title bar status field, +"Symlinks:" will display an "R" if this option is \fCTrue\fP. .TP @@ -5265,4 +5308,4 @@ .ft \" revert .SH DOCUMENT REVISION INFORMATION -$Id: twander.1,v 1.150 2007/01/08 20:50:31 tundra Exp $ +$Id: twander.1,v 1.151 2007/01/11 00:31:51 tundra Exp $