mirror of https://github.com/MidnightCommander/mc
Document alternate_plus_minus option.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
35d2590893
commit
9c0c2b77af
|
@ -4120,6 +4120,10 @@ don't need to quote those characters in the middle of the command line.
|
|||
On the other hand, you cannot use them to change selection when the
|
||||
command line is not empty.
|
||||
.TP
|
||||
.I alternate_plus_minus
|
||||
If true, use '+', '\-', '\\' and '*' keys normally. For select/unselect,
|
||||
use 'M\-+', 'M\--' and 'M\-*'.
|
||||
.TP
|
||||
.I show_output_starts_shell
|
||||
This variable only works if you are not using the subshell support.
|
||||
When you use the C\-o keystroke to go back to the user screen, if this
|
||||
|
|
|
@ -4482,6 +4482,12 @@ router). Эта опция работает только в том случае,
|
|||
использовать эти символы для таких операций, если командная строка не
|
||||
пуста.
|
||||
.PP
|
||||
.I alternate_plus_minus
|
||||
.IP
|
||||
Если установлена, символы '+', '\-', '\\' and '*' обрабатываются обычным образом.
|
||||
Чтобы выбрать файлы, отменить или инвертировать выбор, используйте 'M\-+', 'M\--'
|
||||
и 'M\-*' соответственно.
|
||||
.PP
|
||||
.I show_output_starts_shell
|
||||
.IP
|
||||
Эта переменная работает только в том случае, когда не включена поддержка
|
||||
|
|
Loading…
Reference in New Issue