# emelFM2 (v 0.3.3)

# This is the emelFM2 configuration data file.
# It will be overwritten each time the program is run!

# If you're inclined to edit the file between program sessions, note this:
# for tree options, you have to use \| to escape | and you have to use \< to escape <,
#  if that is the first non-space character on a line.

# show all options in config dialogs
advanced-config=true
# reload config on external change
auto-refresh-config=true
# document containing usage advice
usage-help-doc=/usr/local/share/doc/emelfm2/USAGE
# document containing configuration advice
config-help-doc=/usr/local/share/doc/emelfm2/CONFIGURATION
# warn about running processes when shutting down
session-end-warning=true
# bookmarks
bookmarks=<
task bar|||/
	<b>_home</b>|gtk-home|$HOME|~
	cdrom|gtk-cdrom|/media/cdrom|/media/cdrom
/||root|/
home||Your home directory|~
media||/media|/media
mnt||/mnt|/mnt
usr||/usr|/usr
usr/local||/usr/local|/usr/local
trash||default trash directory|/mnt/free/Trash/
>
# open bookmark in other pane on middle-button click
bookmarks-button2-other=true
# focus file pane after opening a bookmark in it
bookmarks-focus-after-open=true
# confirm any delete of a selected bookmark
bookmarks-confirm-delete=false
# confirm any delete of multiple bookmarks
bookmarks-confirm-multi-delete=true
# x terminal emulator:
command-xterm=xterm
# use external file-viewer
use-external-viewer=false
# viewer command:
command-viewer=gview
# use external file-editor
use-external-editor=false
# editor command:
command-editor=leafpad
# use external encoding converter
use-external-encoder=false
# converter command:
command-encoder=enca -L %{(languages)@File encoding:} -x UTF-8 <%p
# use aliases
command-use-aliases=true
# interpret 'relative' paths
transparent-dir-links=true
# running commands survive shutdown
command-persist=true
# watch priority
command-watch-priority=300
# stop after timeout
task-timeout-checks=false
# timeout interval
task-timeout-interval=20
# confirm any delete
confirm-delete=true
# confirm any overwrite
confirm-overwrite=true
# relative symlinks
relative-symlinks=true
# filetypes
filetypes=<
directories||
	|extensions|
		|<directory>|
	|commands|
		|_Open|cd %%f
		|O_pen in other|file.open_in_other
		|_Mount|mount %p
		|_Unmount|umount %p
executables||
	|extensions|
		|<executable>|
		|<none>|
		|sh|
	|commands|
		|_Run|%p
		|Edit _with..|%{(editors)@Editor command:} %p
		|_Edit|file.edit
office documents||
	|extensions|
		|doc|
		|odt|
		|sxw|
	|commands|
		|_Openoffice|oowriter
HTML documents||
	|extensions|
		|htm|
		|html|
	|commands|
		|_Firefox|mozilla-firefox %$file://$%p
		|_Mozilla|mozilla %$file://$%p
		|_Lynx|x lynx
		|_Opera|opera %p
PDF documents||
	|extensions|
		|pdf|
	|commands|
		|xpdf|xpdf
		|acroread|acroread
postscript documents||
	|extensions|
		|ps|
	|commands|
		|gv|gv
text documents||
	|extensions|
		|txt|
	|commands|
		|View|file.view
		|_Edit|file.edit
spreadsheets||
	|extensions|
		|xls|
		|ods|
		|sxc|
	|commands|
		|_Openoffice|oocalc
audio files||
	|extensions|
		|mp3|
		|m3u|
		|wav|
		|ogg|
		|mp2|
	|commands|
		|_Muine|muine
		|_Xmms|xmms
		|xmms _queue|xmms -e
image files||
	|extensions|
		|jpeg|
		|jpg|
		|gif|
		|svg|
		|png|
		|xpm|
	|commands|
		|_gview|gview
		|G_Qview|gqview
		|gi_mp|gimp
		|i_nkscape|inkscape
		|_xv|xv
video files||
	|extensions|
		|avi|
		|divx|
		|mpg|
		|mpeg|
		|mov|
	|commands|
		|_Totem|totem
		|_mplayer|mplayer
plain tarballs||
	|extensions|
		|tar|
	|commands|
		|Unpack|tar -xf %f
		|Unpack in other pane|panes.refreshsuspend;x tar -C %D -xf %f;panes.refreshresume
		|plugin:Unpack|file.unpack
		|_List contents|>tar -tf %f \| less
gzip tarballs||
	|extensions|
		|tar.gz|
		|tgz|
	|commands|
		|_Unpack|tar -zxf  %f
		|Unpack in _other pane|panes.refreshsuspend;tar -C %D -zxf %f;panes.refreshresume
		|plugin:Unpack|file.unpack
		|_List contents|>tar -ztf %f \| less
bzip2 tarballs||
	|extensions|
		|tar.bz2|
		|tbz2|
		|tbz|
	|commands|
		|_Unpack|>bzip2 -d -c %f \| tar -xf -
		|Unpack in _other pane|panes.refreshsuspend;>bzip2 -d -c %f \| tar -C %D -xf -;panes.refreshresume
		|plugin:Unpack|file.unpack
		|_List contents|>bzip2 -d -c %f \| tar -tf - \| less
zip archives||
	|extensions|
		|zip|
	|commands|
		|_Unzip|unzip %f
		|Unzip in _other pane|pane_active.switch;unzip %F;pane_active.switch
		|plugin:Unpack|file.unpack
		|_List contents|>unzip -l %f \| less
RPM packages||
	|extensions|
		|rpm|
	|commands|
		|In_formation|rpm -qlip %f
		|_Install|su rpm -Uvh %f
source code files||
	|extensions|
		|c|
		|cpp|
		|h|
		|pl|
		|java|
	|commands|
		|Edit _with..|%{(editors)@Editor command:} %p
		|_Edit|file.edit
object files||
	|extensions|
		|o|
		|so|
		|a|
	|commands|
		|_View symbols|>nm %f \| less
>
# plugins
plugins=<
true|true|_Rename..|plugin_rename_48.png|Rename item(s), using wildcards or regular-expressions|e2p_rename_ext.so|
true|true|_Pack..|plugin_pack_48.png|Build an archive containing the selected item(s)|e2p_pack.so|
false|false|Extension _sort|plugin_extsort_48.png|Sort the active file pane by filename extension|e2p_sort_by_ext.so|
true|false|_Unpack|plugin_unpack_48.png|Unpack archive (tar, tar.gz, tar.bz2, zip, 7z, rar, arj, zoo) into a temporary directory|e2p_unpack.so|
false|false|_Track..|plugin_track_48.png|Find items in the tracker database|e2p_track.so|
false|false|_Move|plugin_move_48.png|Move selected item(s), with displayed progress details|e2p_mvbar.so|
false|false|C_ompare|plugin_dircmp_48.png|Select active-pane items which are duplicated in the other pane|e2p_dircmp.so|
false|false|C_lone..|plugin_clone_48.png|Copy selected item(s), each with new name, to the current directory|e2p_clone.so|
>
# 'go up' on middle-button click
button2-updir=true
# match windows (TM) right-click behaviour
windows-right-click=false
# advanced windows (TM) right-click behaviour
windows-right-click-extra=false
# show icons in dialog buttons
dialog-button-icons=true
# use icons directory
use-icon-dir=false
# icons directory
icon-dir=/YOURHOME/.emelfm2
# keybindings
keybindings=<
general||false||
	|F1|false|panes.refresh|
	|<Shift>F1|false|list.history|
	|<Control>F1|false|list.pending|
	|<Alt>F1|false|list.children|
	|F2|false|file.rename|
	|F3|false|file.view|
	|<Shift>F3|false|file.view_again|
	|<Control>F3|false|file.find|
	|F4|false|file.edit|
	|<Shift>F4|false|file.edit_again|
	|F5|false|file.copy|
	|<Shift>F5|false|file.copy_as|
	|<Control>F5|false|file.copy_with_time|
	|<Alt>F5|false|file.copy_merge|
	|F6|false|file.move|
	|<Shift>F6|false|file.move_as|
	|F7|false|command.mkdir|
	|F8|false|file.trash|
	|<Control>F8|false|find.trash|
	|<Shift><Control>F8|false|file.delete|
	|F9|false|file.info|
	|<Shift>F9|false|pane_active.tree|
	|F10|false|command.quit|
	|F11|false|configure.application|
	|F12|false|panes.toggle_direction|
	|<Control>F12|false|output.add|
	|<Shift><Control>F12|false|output.delete|
	|<Control>g|false|output.print|Now press one of h,m,d\n
		|h|false|cd|$HOME
		|m|false|cd|/mnt
		|d|false|cd|$HOME/downloads
	|<Control>w|false|output.adjust_ratio|*,1
	|<Control>e|false|output.adjust_ratio|*,0
	|<Control>z|false|command.focus_toggle|
	|<Control>r|false|panes.refresh|
	|<Control>1|false|dirline.focus_toggle|1
	|<Control>2|false|dirline.focus_toggle|2
	panes||false||
		|space|false|pane_active.toggle_selected|
		|Tab|false|pane_active.switch|
		|Return|false|file.open|
		|<Shift>Return|false|file.open_in_other|
		|Left|false|pane_active.go_back|
		|Right|false|pane_active.go_forward|
		|<Alt>Up|false|cd|..
		|BackSpace|false|cd|..
		|Delete|false|file.delete|
		|<Shift>Delete|false|command.trashempty|
		|<Control>a|false|pane_active.toggle_select_all|
		|<Control>i|false|pane_active.invert_selection|
		|<Control>f|false|file.find|
		|<Control>x|false|panes.sync|
		|<Control>h|false|pane_active.show_hidden|
		|<Control>m|false|pane_active.<bookmarks>|
		|<Control>t|false|pane_active.<filters>|
		|<Control>Left|false|panes.adjust_ratio|*,1
		|<Control>Right|false|panes.adjust_ratio|*,0
		|<Control>p|false|pane_active.show_menu|
		|<Shift><Control>p|false|pane_active.show_menu|shift
		|<Control><Alt>p|false|pane_active.show_menu|ctrl
	directory lines||false||
		|Tab|false|command.complete|dirs
		|<Control>Tab|false|panes.open|
		|<Control>Delete|false|command.clear|
		|<Alt>Delete|false|command.clear_history|
		|<Control>Return|false|command.insert_selection|escape
		|<Alt>Return|false|command.insert_selection|
	command line||false||
		|<Shift>Return|false|command.send|
		|<Control>Return|false|command.insert_selection|escape
		|<Alt>Return|false|command.insert_selection|quote
		|<Control>Delete|false|command.clear|
		|<Alt>Delete|false|command.clear_history|
		|Tab|false|command.complete|
		|<Alt>Insert|false|children.<menu>|
		|Page_Up|false|output.page_up|
		|Page_Down|false|output.page_down|
		|<Shift>Page_Up|false|output.goto_top|
		|<Shift>Page_Down|false|output.goto_bottom|
		|<Shift>Up|false|output.scroll_up|
		|<Shift>Down|false|output.scroll_down|
>
# chained keybindings timeout (ms)
keybindings-timeout=2000
# custom-menus
custom-menus=<
fusemounts||||
	|vfs_on_48.png|_Mount|Mount tip|mount command $FTPDIR
	|vfs_off_48.png|_Unmount choices||
		||_Unmount|Unount tip|fusermount -u $FTPDIR
>
# show icons in menus
menu-show-icons=true
# menu icon size
menu-isize=menu
# menu popup delay (ms)
submenu-up-delay=50
# menu popdown delay (ms)
submenu-down-delay=400
# auto refresh
auto-refresh=true
# focus the pane after completing a directory entry
dir-line-focus-after-activate=true
# select first item in newly-opened directories
select-first-item=false
# use horizontal panes
panes-horizontal=false
# scrollbar position
scrollbar-position=bottom-right
# type of indicator for active pane
active-pane-signal=colored headers
# banded background
panes-hinted=false
# use custom font
custom-list-font=false
# custom font
list-font=Sans 10
# date format
date-string=Default: May 20 09:11
# size format
size-string=exact
# show parent directory entry '..' in file lists
show-updir-entry=false
# filename sort is case sensitive
namesort-case-sensitive=false
# both panes are like pane 1
pane2-uses-other=false
# both panes are like pane 2
pane1-uses-other=false
# executable
color-ft-exec=forest green
# directory
color-ft-dir=blue
# symlink
color-ft-link=sky blue
# device
color-ft-dev=orange
# socket
color-ft-socket=purple
# active pane header color
color-active-pane=dark grey
# highlight color
color-highlight=wheat
# panebar1
panebar1=<
_Panes|gtk-zoom-fit|Hide other pane|toggle.off|pane1.expand
_Panes|split_horiz_48.png|Show other pane|toggle.on|pane1.expand
Show _hidden|hidden_show_48.png|Display hidden items in this directory|toggle.off|pane1.show_hidden
Hide _hidden|hidden_noshow_48.png|Do not display hidden items in this directory|toggle.on|pane1.show_hidden
Fil_ters|filter_48.png|Set rules for the items to be displayed|toggle.on|pane1.<filters>
Fil_ters|filter_off_48.png|Set/remove rules for the items to be displayed|toggle.off|pane1.<filters>
|||pane1.<line>|300,*
_Marks|bookmark_48.png|Bookmarks|<submenu>|
	Add _top|add_mark_top_48.png|Add the current directory to the top of the bookmarks list|bookmark.add|pane1,top
	|||pane1.<bookmarks>|
	Add _bottom|add_mark_bottom_48.png|Add the current directory to the bottom of the bookmarks list|bookmark.add|pane1
	|||<separator>|
	_Edit bookmarks|gtk-preferences|Open the bookmarks configuration dialog|configure.bookmarks|
Mi_rror|mirror_horiz_48.png|Go to directory shown in other pane|pane1.mirror|
_Back|gtk-go-back|Go to previous directory in history|pane1.go_back|
_Up|gtk-go-up|Go up to parent directory|pane1.go_up|
_Forward|gtk-go-forward|Go to next directory in history|pane1.go_forward|
>
# show Filename column
pane1-show-column0=true
# show Size column
pane1-show-column1=true
# show Permissions column
pane1-show-column2=true
# show Owner column
pane1-show-column3=true
# show Group column
pane1-show-column4=true
# show Modified column
pane1-show-column5=true
# show Accessed column
pane1-show-column6=true
# show Changed column
pane1-show-column7=true
# show the pane1 bar
panebar1-show=true
# show tooltips for pane1 bar buttons
panebar1-tooltips=true
# space handling
panebar1-space=use rest button
# pane1 bar container
panebar1-type=file-pane 1
# pane1 bar horizontal
panebar1-hori=true
# pane1 bar priority
panebar1-priority=0
# pane1 bar buttons have relief
panebar1-relief=false
# pane1 bar buttons are the same size
panebar1-same=false
# button style
panebar1-style=icon only
# icon size
panebar1-isize=toolbar small
# panebar2
panebar2=<
_Panes|gtk-zoom-fit|Hide other pane|toggle.off|pane2.expand
_Panes|split_vert_48.png|Show other pane|toggle.on|pane2.expand
Show _hidden|hidden_show_48.png|Display hidden items in this directory|toggle.off|pane2.show_hidden
Hide _hidden|hidden_noshow_48.png|Do not display hidden items in this directory|toggle.on|pane2.show_hidden
Fil_ters|filter_48.png|Set rules for the items to be displayed|toggle.on|pane2.<filters>
Fil_ters|filter_off_48.png|Set/remove rules for the items to be displayed|toggle.off|pane2.<filters>
|||pane2.<line>|300,*
_Marks|bookmark_48.png|Bookmarks|<submenu>|
	Add _top|add_mark_top_48.png|Add the current directory to the top of the bookmarks list|bookmark.add|pane2,top
	|||pane2.<bookmarks>|
	Add _bottom|add_mark_bottom_48.png|Add the current directory to the bottom of the bookmarks list|bookmark.add|pane2
	|||<separator>|
	_Edit bookmarks|gtk-preferences|Open the bookmarks configuration dialog|configure.bookmarks|
Mi_rror|mirror_horiz_48.png|Go to directory shown in other pane|pane2.mirror|
_Forward|gtk-go-forward|Go to next directory in history|pane2.go_forward|
_Up|gtk-go-up|Go up to parent directory|pane2.go_up|
_Back|gtk-go-back|Go to previous directory in history|pane2.go_back|
>
# show Filename column
pane2-show-column0=true
# show Size column
pane2-show-column1=true
# show Permissions column
pane2-show-column2=true
# show Owner column
pane2-show-column3=true
# show Group column
pane2-show-column4=true
# show Modified column
pane2-show-column5=true
# show Accessed column
pane2-show-column6=true
# show Changed column
pane2-show-column7=true
# show the pane2 bar
panebar2-show=true
# show tooltips for pane2 bar buttons
panebar2-tooltips=true
# space handling
panebar2-space=use rest button
# pane2 bar container
panebar2-type=file-pane 2
# pane2 bar horizontal
panebar2-hori=true
# pane2 bar priority
panebar2-priority=0
# pane2 bar buttons have relief
panebar2-relief=false
# pane2 bar buttons are the same size
panebar2-same=false
# button style
panebar2-style=icon only
# icon size
panebar2-isize=toolbar small
# At startup, show a specific directory in pane 1
pane1-use-startup-dir=false
# pane 1 startup directory:
pane1-use-startup-dir-startup-dir=~
# At startup, show a specific directory in pane 2
pane2-use-startup-dir=false
# pane 2 startup directory:
pane2-use-startup-dir-startup-dir=/
# toolbars button style
allbars-style=icon only
# toolbars icon size
allbars-isize=toolbar small
# taskbar
taskbar=<
|||bookmark.<menu>|task bar
|||<separator>|
_Copy|gtk-copy|Copy item(s) selected in the active pane to the other one|file.copy|
_Move|move_48.png|Move item(s) selected in the active pane to the other one|file.move|
_Link|symlink_48.png|Symlink item(s) selected in the active pane to the other one|file.symlink|
Re_name..|gtk-convert|Rename item(s) selected in the active pane|file.rename|
_Trash|trash_48.png|Move item(s) selected in the active pane to a trashbin|file.trash|
Ma_ke dir..|gtk-open|Create new directory(ies)|command.mkdir|
|||<separator>|
Re_fresh|gtk-refresh|Update pane contents|panes.refresh|
_Switch|switch_48.png|Toggle the active pane|pane_active.switch|
>
# show the task bar
taskbar-show=true
# show tooltips for task bar buttons
taskbar-tooltips=true
# space handling
taskbar-space=use rest button
# task bar container
taskbar-type=file-pane 1
# task bar horizontal
taskbar-hori=false
# task bar priority
taskbar-priority=1
# task bar buttons have relief
taskbar-relief=false
# task bar buttons are the same size
taskbar-same=true
# button style
taskbar-style=icon above label
# icon size
taskbar-isize=toolbar large
# commandbar
commandbar=<
Full|gtk-zoom-fit|Maximize output pane|toggle.off|output.expand
Shrink|gtk-zoom-out|Un-maximize output pane|toggle.on|output.expand
Hide|output_hide_48.png|Hide output pane|toggle.off|output.show
Show|output_show_48.png|Show output pane|toggle.on|output.show
Clear|gtk-clear|Clear output pane|output.clear|
|||command.<line>|100,*
cl|cl_clear_48.png|Clear command line|command.clear|
ps|ps_48.png|Child processes|children.<menu>|
du|plugin_du_48.png|Calculate disk usage of selected item(s)|file.du|
_Find..|gtk-find|Find item in active pane, by name|file.find|
_X|terminal_48.png|Open terminal at the active directory|$[command-xterm] &|
su..|su_48.png|Run something as root|xterm|-e 'su -c "%{Enter command:}";echo -n "Done. Press enter ";read'
mts..|mounts_48.png|Mount or unmount a device|mountpoints.<menu>|command bar
|||<separator>|
_Settings..|gtk-preferences|View/change configuration settings for this program|configure.application|
_Help|gtk-help|Get information about this program|dialog.about|
|||<separator>|
_Quit|gtk-quit|Close this program|command.quit|
>
# show the command bar
commandbar-show=true
# show tooltips for command bar buttons
commandbar-tooltips=true
# space handling
commandbar-space=use rest button
# command bar container
commandbar-type=main window
# command bar horizontal
commandbar-hori=true
# command bar priority
commandbar-priority=1
# command bar buttons have relief
commandbar-relief=false
# command bar buttons are the same size
commandbar-same=false
# button style
commandbar-style=icon only
# icon size
commandbar-isize=toolbar small
# command-aliases
command-aliases=<
x|true|xterm -e sh -c '\2'
xx|true|xterm -e sh -c '\2;echo -n "Done. Press enter ";read'
su|true|xterm -e sh -c 'su -c "\2";echo -n "Done. Press enter ";read'
cp|true|cp -i \2
rm|true|rm -i \2
clear|true|output.clear
quit|true|command.quit
help|true|file.view_at /usr/local/share/doc/emelfm2/USAGE [commands]
keys|true|output.help keys \2
e2ps|true|list.children
wget|true|\1 --progress=bar:force \2
>
# show last
command-line-history-last=false
# maximum number of history entries
command-line-history-max=10
# double entries
command-line-history-double=false
# cyclic list
command-line-history-cycle=true
# show as a menu
command-line-menu-style=false
# append space after unique items
command-line-complete-append-space=true
# show last entry
dir-line-history-last=true
# show pathname as a tooltip
dir-line-pathname-hint=true
# directory path completion
dir-line-completion=inserted
# maximum number of history entries
dir-line-history-max=10
# double entries
dir-line-history-double=false
# cyclic list
dir-line-history-cycle=true
# show as a menu
dir-line-menu-style=false
# context-menu
context-menu=<
||false|false|file.<actions>|
Open _with..|open_with_48.png|false|false|file.open_with|
_View|view_48.png|false|false|file.view|
_Info|gtk-dialog-info|false|false|file.info|
||false|false|<separator>|
_Actions|gtk-execute|false|false|<submenu>|
	_Copy|gtk-copy|true|false|file.copy|
	_Move|move_48.png|true|false|file.move|
	_Link|symlink_48.png|true|false|file.symlink|
	_Trash|trash_48.png|true|false|file.trash|
	<span foreground='red'>_Delete</span>|delete_48.png|true|false|file.delete|
	_Rename..|gtk-convert|true|false|file.rename|
	Change _owners..|owners_48.png|true|false|file.owners|
	Change _permissions..|permissions_48.png|true|false|file.permissions|
	Copy as..|copy_as_48.png|true|false|file.copy_as|
	Move as..|move_as_48.png|true|false|file.move_as|
	Link as..|symlink_as_48.png|true|false|file.symlink_as|
_Plugins|gtk-index|false|false|<submenu>|
	||false|false|plugin.<menu>|
	||false|false|<separator>|
	_Edit plugins..|gtk-preferences|false|false|configure.plugins|
_User commands|user_commands_48.png|false|false|<submenu>|
	_Make new file..|gtk-new|false|true|touch|'%{Enter file name:}'
	_Compare files||false|true|>cmp|-s %f %F && echo "The files are identical"\n \|\| echo "The files are different"\n
	Compare _directories||false|true|diff|%d %D
	_Remove spaces||false|true|>mv|%f `echo %f \| sed -e 's/ //g'` 2>/dev/null &
	_Split file..||false|true|split|-b %{Enter the piece-size (in kB):}k %f %f_
	Co_ncatenate files..||false|true|cat|%f > '%{Enter the name of the combined file:}'
	_Free space||false|true|>stat|-f %d \| awk '/Blocks/ {printf "%2.1f percent free",$5/$3*100}'
	||false|true|<separator>|
	_Edit user commands..|gtk-preferences|false|true|configure.application|context menu
Ma_ke dir..|gtk-open|false|false|command.mkdir|
||false|false|<separator>|
_Bookmarks|bookmark_48.png|false|false|<submenu>|
	Add _top|add_mark_top_48.png|false|false|bookmark.add|top
	||false|false|bookmark.<menu>|
	Add _bottom|add_mark_bottom_48.png|false|false|bookmark.add|
	||false|false|<separator>|
	_Edit bookmarks..|gtk-preferences|false|false|configure.bookmarks|
||false|false|<separator>|
_Edit filetype..|gtk-preferences|false|false|configure.filetypes|
>
# show output pane when a new message appears
show-output-window-on-output=false
# show output pane if the command line is focused
command-line-show-output-on-focus-in=false
# hide output pane if the command line is unfocused
command-line-hide-output-on-focus-out=false
# show commands
fileop-show=true
# scroll to new output
output-jump-new=true
# only scroll when really following
output-jump-new-following=true
# only scroll when new output is at the end
output-jump-new-end=false
# line wrap mode
output-wrap-mode=words
# left margin (pixels)
output-left-margin=6
# right margin (pixels)
output-right-margin=2
# use custom font
custom-output-font=false
# custom output font
output-font=Sans 10
# positive color
color-positive=dark green
# negative color
color-negative=red
# unimportant color
color-unimportant=light grey
# dialog position
dialog-position=center
# open info frame
dialog-mkdir-show-info=true
# follow active-pane directory
dialog-mkdir-follow-pane=true
# suggest directory name
dialog-mkdir-suggest-directory=true
# show last directory name
dialog-mkdir-show-last=false
# replicate changes
dialog-mkdir-connected=true
# wrap text
dialog-view-wrap=true
# window width
dialog-view-width=84
# window height
dialog-view-height=30
# use custom font
dialog-view-use-font=false
# custom font for viewing files
dialog-view-font=Sans 10
# case sensitive searches
dialog-search-case-sensitive=false
# show last search string
dialog-search-show-last=true
# keep search history
dialog-search-history=false
# backup when saving
edit-save-backup=false
