Table of Contents

List of configurable parameters 3/3

Warning: do not change parameters you do not understand. If you are unsure, test the new value before saving the configuration. If any problems occur, reset the parameter to standard value.

DIR2
The initial working directory for the secondary file panel. Standard value is your home directory, leave DIR2 set to HOME to use the home directory. DIR2 should be an absolute directory name starting with /.
QUOTE
Some characters have a special meaning for the shell. If these special characters appear in a filename being inserted into the command line, they must be taken literally, without the special meaning. This is achieved by quoting them with a preceding backslash.

These characters are always quoted:
( ) < > [ ] { } # $ & \ | ? * ; ' " ` ~ space tab
Another two characters are added to the list if your shell is a C-shell (read the notes below):
! :
The QUOTE parameter allows you to specify a list of additional characters that need to be quoted.
B_PANEL_SIZE
Size of the bookmark panel, i.e. its maximum number of bookmarks that can be stored there.
C_PANEL_SIZE
Size of the filename completion panel, i.e. its maximum number of lines. The special value AUTO limits the panel size to the actual screen size (no scrolling).
D_PANEL_SIZE
Size of the directory panel. The value AUTO limits the panel size to the actual screen size.
H_PANEL_SIZE
Size of the command history panel.

Notes: