mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Add description of feature to man/help
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
6447c76cca
commit
d508520646
@ -1038,6 +1038,13 @@ environment variable is tried. If
|
|||||||
is also undefined, the "view" command is invoked. If you use F13
|
is also undefined, the "view" command is invoked. If you use F13
|
||||||
instead, the viewer will be invoked without doing any formatting or
|
instead, the viewer will be invoked without doing any formatting or
|
||||||
preprocessing to the file.
|
preprocessing to the file.
|
||||||
|
.P
|
||||||
|
See
|
||||||
|
.\"LINK2"
|
||||||
|
parameters for external viewer
|
||||||
|
.\"Parameters for external editor or viewer"
|
||||||
|
for explain how you may specify an extended command line options
|
||||||
|
for external viewers.
|
||||||
.PP
|
.PP
|
||||||
.B Filtered View (Alt\-!)
|
.B Filtered View (Alt\-!)
|
||||||
.PP
|
.PP
|
||||||
@ -1059,6 +1066,13 @@ environment variable, or the
|
|||||||
Internal File Editor
|
Internal File Editor
|
||||||
.\"Internal File Editor"
|
.\"Internal File Editor"
|
||||||
if the use_internal_edit option is on.
|
if the use_internal_edit option is on.
|
||||||
|
.P
|
||||||
|
See
|
||||||
|
.\"LINK2"
|
||||||
|
parameters for external editor
|
||||||
|
.\"Parameters for external editor or viewer"
|
||||||
|
for explain how you may specify an extended command line options
|
||||||
|
for external editors.
|
||||||
.PP
|
.PP
|
||||||
.B Copy (F5, F15)
|
.B Copy (F5, F15)
|
||||||
.PP
|
.PP
|
||||||
@ -4094,6 +4108,32 @@ For example:
|
|||||||
.nf
|
.nf
|
||||||
autodetect_codeset=russian
|
autodetect_codeset=russian
|
||||||
.fi
|
.fi
|
||||||
|
.\"NODE "Parameters for external editor or viewer"
|
||||||
|
.SH "Parameters for external editor or viewer"
|
||||||
|
The Midnight Commander provides a way for specify an options for external editors
|
||||||
|
and viewers. The Midnight Commander tries to search the
|
||||||
|
"[External editor or viewer parameters]" section in the system initialization file
|
||||||
|
(the mc.lib file located in the Midnight Commander library directory)
|
||||||
|
and then in the ~/.config/mc/ini file. The option name should be equal to the name
|
||||||
|
(full pathname) of external editor or viewer. The option value can contain following
|
||||||
|
variables:
|
||||||
|
.PP
|
||||||
|
.I %filename
|
||||||
|
.IP
|
||||||
|
The filename to edit/view.
|
||||||
|
.PP
|
||||||
|
.I %lineno
|
||||||
|
.IP
|
||||||
|
The start line in the opening file.
|
||||||
|
.PP
|
||||||
|
For example:
|
||||||
|
.PP
|
||||||
|
.nf
|
||||||
|
[External editor or viewer parameters]
|
||||||
|
vi=%filename +%lineno
|
||||||
|
joe=%filename +%lineno
|
||||||
|
more=%filename +%lineno
|
||||||
|
.fi
|
||||||
.\"NODE "Terminal databases"
|
.\"NODE "Terminal databases"
|
||||||
.SH "Terminal databases"
|
.SH "Terminal databases"
|
||||||
The Midnight Commander provides a way to fix your system terminal
|
The Midnight Commander provides a way to fix your system terminal
|
||||||
|
@ -1036,6 +1036,13 @@ Escape\-последовательности, генерируемые клав
|
|||||||
не определена, вызывается встроенная программа. Если вместо F3 нажать
|
не определена, вызывается встроенная программа. Если вместо F3 нажать
|
||||||
F13, встроенная программа просмотра не выполняет предварительного
|
F13, встроенная программа просмотра не выполняет предварительного
|
||||||
форматирования или обработки файла.
|
форматирования или обработки файла.
|
||||||
|
.P
|
||||||
|
В разделе
|
||||||
|
.\"LINK2"
|
||||||
|
Параметры для внешних редакторов и программ просмотра
|
||||||
|
.\"Parameters for external editor or viewer"
|
||||||
|
описано, как можно задать параметры командной строки для внешних программ
|
||||||
|
просмотра файлов.
|
||||||
.PP
|
.PP
|
||||||
.B Просмотр вывода команды
|
.B Просмотр вывода команды
|
||||||
.PP
|
.PP
|
||||||
@ -1058,6 +1065,12 @@ F13, встроенная программа просмотра не выпол
|
|||||||
(если включена опция "Встроенный редактор"
|
(если включена опция "Встроенный редактор"
|
||||||
.I (use_internal_edit)
|
.I (use_internal_edit)
|
||||||
в меню "Настройки / Конфигурация").
|
в меню "Настройки / Конфигурация").
|
||||||
|
.P
|
||||||
|
В разделе
|
||||||
|
.\"LINK2"
|
||||||
|
Параметры для внешних редакторов и программ просмотра
|
||||||
|
.\"Parameters for external editor or viewer"
|
||||||
|
описано, как можно задать параметры командной строки для внешних редакторов.
|
||||||
.PP
|
.PP
|
||||||
.B Копирование
|
.B Копирование
|
||||||
.PP
|
.PP
|
||||||
@ -4486,6 +4499,30 @@ clipboard_paste=xclip \-o
|
|||||||
.nf
|
.nf
|
||||||
autodetect_codeset=russian
|
autodetect_codeset=russian
|
||||||
.fi
|
.fi
|
||||||
|
.\"NODE "Parameters for external editor or viewer"
|
||||||
|
.SH "Параметры для внешних редакторов и программ просмотра"
|
||||||
|
Midnight Commander позволяет задать некоторые параметрыы для внешних редакторов
|
||||||
|
и программ просмотра. Они задаются в секции "[External editor or viewer parameters]",
|
||||||
|
которая сначала ищется в системном (mc.lib), а затем в пользовательском (~/.config/mc/ini)
|
||||||
|
файле инициализации. Имя параметра должно совпадать с именем внешнего редактора или
|
||||||
|
программы просмотра. Значение параметра может содержать следующие переменные:
|
||||||
|
.PP
|
||||||
|
.I %filename
|
||||||
|
.IP
|
||||||
|
Имя файла для редактирования или просмотра.
|
||||||
|
.PP
|
||||||
|
.I %lineno
|
||||||
|
.IP
|
||||||
|
Номер начальной строки в открываемом файле.
|
||||||
|
.PP
|
||||||
|
Пример:
|
||||||
|
.PP
|
||||||
|
.nf
|
||||||
|
[External editor or viewer parameters]
|
||||||
|
vi=%filename +%lineno
|
||||||
|
joe=%filename +%lineno
|
||||||
|
more=%filename +%lineno
|
||||||
|
.fi
|
||||||
.\"NODE "Terminal databases"
|
.\"NODE "Terminal databases"
|
||||||
.SH "Базы терминалов"
|
.SH "Базы терминалов"
|
||||||
Midnight Commander обеспечивает возможность внесения исправлений в
|
Midnight Commander обеспечивает возможность внесения исправлений в
|
||||||
|
Loading…
Reference in New Issue
Block a user