medit preferences are stored in $HOME/.config/meditrc
file.
It is an XML file which may be edited to set preferences which have not found
their place in the Preferences dialog.
The following "hidden" settings are available.
Editor/window_title
:%a
: application name;
%b
: current document basename;
%f
: full path of the current document;
%u
: URI of the current document;
%s
: the status of the current document, e.g. " [modified]
".
It is prefixed with space, so that "%b%s
" will produce a nice string;
%%
: the percent character.
%a - %f%s
" which produces something like
"medit - /home/user/file [modified]
".
Editor/window_title_no_doc
:Editor/window_title
, used when no document is open. Default value
is "%a
".
Editor/tab_width
: