Reorganization of "Show mini info" option.
[pantumic.git] / doc / man / mc.1.in
blob152445ea264233eef797cff7ed0d67ca88fbb1d9
1 .\"TOPICS "Topics:"
2 .TH MC 1 "@DATE_OF_MAN_PAGE@" "MC Version @DISTR_VERSION@" "GNU Midnight Commander"
3 .\"SKIP_SECTION"
4 .SH "NAME"
5 mc \- Visual shell for Unix\-like systems.
6 .\"SKIP_SECTION"
7 .SH "USAGE"
8 .B mc
9 [\-abcCdfhPstuUVx] [\-l log] [dir1 [dir2]] [\-e [file]] [\-v file]
10 .\"NODE "DESCRIPTION"
11 .SH "DESCRIPTION"
12 GNU Midnight Commander is a directory browser/file manager for
13 Unix\-like operating systems.
14 .\"NODE "OPTIONS"
15 .\"DONT_SPLIT"
16 .SH "OPTIONS"
17 .TP
18 .I \-a, \-\-stickchars
19 Disable usage of graphic characters for line drawing.
20 .TP
21 .I \-b, \-\-nocolor
22 Force black and white display.
23 .TP
24 .I \-c, \-\-color
25 Force color mode, please check the section
26 .\"LINK2"
27 Colors
28 .\"Colors"
29 for more information.
30 .TP
31 .I \-C arg, \-\-colors=arg
32 Specify a different color set in the command line.  The format of arg is
33 documented in the
34 .\"LINK2"
35 Colors
36 .\"Colors"
37 section.
38 .TP
39 .I \-S arg
40 Specify a name of skin in the command line. Technology of skins is
41 documented in the
42 .\"LINK2"
43 Skins\&.
44 .\"Skins"
45 section.
46 .TP
47 .I \-d, \-\-nomouse
48 Disable mouse support.
49 .TP
50 .I \-e [file], \-\-edit[=file]
51 Start the internal editor.  If the file is specified, open it on
52 startup.  See also
53 .BR "mcedit (1)" .
54 .TP
55 .I \-f, \-\-datadir
56 Display the compiled\-in search paths for Midnight Commander files.
57 .TP
58 .I \-k, \-\-resetsoft
59 Reset softkeys to their default from the termcap/terminfo
60 database. Only useful on HP terminals when the function keys don't work.
61 .TP
62 .I \-K file
63 Specify a name of keymap file in the command line.
64 .TP
65 .I \-l file, \-\-ftplog=file
66 Save the ftpfs dialog with the server in file.
67 .TP
68 .I \-P file, \-\-printwd=file
69 Print the last working directory to the specified file.  This option is
70 not meant to be used directly.  Instead, it's used from a special shell
71 script that automatically changes the current directory of the shell to
72 the last directory the Midnight Commander was in.  Source the file
73 .B @prefix@/share/mc/bin/mc.sh
74 (bash and zsh users) or
75 .B @prefix@/share/mc/bin/mc.csh
76 (tcsh users) respectively to define
77 .B mc
78 as an alias to the appropriate shell script.
79 .TP
80 .I \-s
81 Set alternative mode drawing of frameworks.
82 If the section [Lines] is not filled, the symbol for the pseudographics
83 frame is a space, otherwise the frame characters are taken from follow params.
85 .B You can redefine the following variables:
86 .TP
87 .B lefttop
88 left\-top corner
89 .TP
90 .B righttop
91 right\-top corner
92 .TP
93 .B centertop
94 center\-top cross
95 .TP
96 .B centerbottom
97 center\-bottom cross
98 .TP
99 .B leftbottom
100 left\-bottom corner
102 .B rightbottom
103 right\-bottom corner
105 .B leftmiddle
106 left\-middle cross
108 .B rightmiddle
109 right\-middle cross
111 .B centermiddle
112 center cross
114 .B horiz
115 default horizontal line
117 .B vert
118 default vertical line
120 .B thinhoriz
121 thin horizontal line
123 .B thinvert
124 thin vertical line
126 .I \-t, \-\-termcap
127 Used only if the code was compiled with Slang and terminfo: it makes
128 the Midnight Commander use the value of the
129 .B TERMCAP
130 variable for the terminal information instead of the information on
131 the system wide terminal database
133 .I \-u, \-\-nosubshell
134 Disable use of the concurrent shell (only makes sense if the Midnight
135 Commander has been built with concurrent shell support).
137 .I \-U, \-\-subshell
138 Enable use of the concurrent shell support (only makes sense if the
139 Midnight Commander was built with the subshell support set as an
140 optional feature).
142 .I \-v file, \-\-view=file
143 Start the internal viewer to view the specified file.  See also
144 .BR "mcview (1)" .
146 .I \-V, \-\-version
147 Display the version of the program.
149 .I \-x, \-\-xterm
150 Force xterm mode.  Used when running on xterm\-capable terminals (two
151 screen modes, and able to send mouse escape sequences).
153 If specified, the first path name is the directory to show in the
154 selected panel; the second path name is the directory to be shown in
155 the other panel.
156 .\"NODE "Overview"
157 .SH "Overview"
158 The screen of the Midnight Commander is divided into four parts.
159 Almost all of the screen space is taken up by two directory panels.
160 By default, the second line from the bottom of the screen is the
161 shell command line, and the bottom line shows the function key labels.
162 The topmost line is the
163 .\"LINK2"
164 menu bar line\&.
165 .\"Menu Bar"
166 The menu bar line may not be visible, but appears if you click the
167 topmost line with the mouse or press the F9 key.
169 The Midnight Commander provides a view of two directories at the same
170 time. One of the panels is the current panel (a selection bar is in
171 the current panel). Almost all operations take place on the current
172 panel. Some file operations like Rename and Copy by default use the
173 directory of the unselected panel as a destination (don't worry, they
174 always ask you for confirmation first). For more information, see the
175 sections on the
176 .\"LINK2"
177 Directory Panels\&,
178 .\"Directory Panels"
180 .\"LINK2"
181 Left and Right Menus
182 .\"Left and Right Menus"
183 and the
184 .\"LINK2"
185 File Menu\&.
186 .\"File Menu"
188 You can execute system commands from the Midnight Commander by simply
189 typing them. Everything you type will appear on the shell command line,
190 and when you press Enter the Midnight Commander will execute the
191 command line you typed; read the
192 .\"LINK2"
193 Shell Command Line
194 .\"Shell Command Line"
196 .\"LINK2"
197 Input Line Keys
198 .\"Input Line Keys"
199 sections to learn more about the command line.
200 .\"NODE "Mouse Support"
201 .SH "Mouse Support"
202 The Midnight Commander comes with mouse support.  It is activated
203 whenever you are running on an
204 .B xterm(1)
205 terminal (it even works if you take a telnet, ssh or rlogin connection to
206 another machine from the xterm) or if you are running on a Linux
207 console and have the
208 .B gpm
209 mouse server running.
211 When you left click on a file in the directory panels, that file is
212 selected; if you click with the right button, the file is marked (or
213 unmarked, depending on the previous state).
215 Double\-clicking on a file will try to execute the command if it is
216 an executable program; and if the
217 .\"LINK2"
218 extension file
219 .\"Extension File Edit"
220 has a program specified for the file's extension, the specified
221 program is executed.
223 Also, it is possible to execute the commands assigned to the function
224 key labels by clicking on them.
226 The default auto repeat rate for the mouse buttons is 400
227 milliseconds. This may be changed to other values by editing the
228 .\"LINK2"
229 \&~/.config/mc/ini
230 .\"Save Setup"
231 file and changing the
232 .I mouse_repeat_rate
233 parameter.
235 If you are running the Midnight Commander with the mouse support, you
236 can get the default mouse behavior (cutting and pasting text) by holding
237 down the Shift key.
238 .SH ""
239 .\"NODE "Keys"
240 .SH "Keys"
241 Some commands in the Midnight Commander involve the use of the
242 .I Control
243 (sometimes labeled CTRL or CTL) and the
244 .I Meta
245 (sometimes labeled ALT or even Compose) keys. In this manual we will
246 use the following abbreviations:
248 .B C\-<chr>
249 means hold the Control key while typing the character <chr>.
250 Thus C\-f would be: hold the Control key and type f.
252 .B Alt\-<chr>
253 means hold the Meta or Alt key down while typing <chr>.
254 If there is no Meta or Alt key, type
255 .IR ESC ,
256 release it, then type the character <chr>.
258 .B S\-<chr>
259 means hold the Shift key down while typing <chr>.
261 All input lines in the Midnight Commander use an approximation to
262 the GNU Emacs editor's key bindings (default).
264 You may redefine key bindings. See
265 .\"LINK2"
266 .I redefine hotkey bindings
267 .\"Keys_redefine"
269 for more info. All other key bindings (described in this manual) relative
270 to default behavior.
273 There are many sections which tell about the keys. The following are
274 the most important.
277 .\"LINK2"
278 File Menu
279 .\"File Menu"
280 section documents the keyboard shortcuts for the commands appearing in
281 the File menu. This section includes the function keys. Most of these
282 commands perform some action, usually on the selected file or the
283 tagged files.
286 .\"LINK2"
287 Directory Panels
288 .\"Directory Panels"
289 section documents the keys which select a file or tag files as a
290 target for a later action (the action is usually one from the file
291 menu).
294 .\"LINK2"
295 Shell Command Line
296 .\"Shell Command Line"
297 section list the keys which are used for entering and editing command
298 lines. Most of these copy file names and such from the directory
299 panels to the command line (to avoid excessive typing) or access the
300 command line history.
302 .\"LINK2"
303 Input Line Keys
304 .\"Input Line Keys"
305 are used for editing input lines. This means both the command line and
306 the input lines in the query dialogs.
308 .\"NODE "  Keys_redefine"
309 .SH "  Redefine hotkey bindings"
310 Hotkey bindings may be read from external file (keymap\-file).
311 A keymap\-file is searched on the following algorithm (to the first one found):
314 1) command line option
315 .BR \-K
316 .BR \<keymap\>
318 .BR \-\-keymap=\<keymap\>
320 2) Environment variable
321 .BR MC_KEYMAP
323 3) In config file parameter
324 .BR keymap
325 in section
326 .BR [Midnight\-Commander]
328 4) File
329 .BR ~/.local/share/mc/mc.keymap
331 5) File
332 .BR @sysconfdir@/mc/mc.keymap
334 6) File
335 .BR @prefix@/share/mc/mc.keymap
337 Command line option, environment variable and parameter in config file may
338 contain the absolute path to the keymap\-file (with the extension \.keymap
339 or without it). Search of keymap\-file will occur in (to the first one found):
342 .BR ~/.local/share
345 .BR @sysconfdir@/mc/
348 .BR @prefix@/share/mc/
350 .\"NODE "  Miscellaneous Keys"
351 .SH "  Miscellaneous Keys"
352 Here are some keys which don't fall into any of the other categories:
354 .B Enter
355 if there is some text in the command line (the one at the bottom of
356 the panels), then that command is executed. If there is no text in the
357 command line then if the selection bar is over a directory the
358 Midnight Commander does a
359 .B chdir(2)
360 to the selected directory and reloads the information on the panel;
361 if the selection is an executable file then it is executed. Finally,
362 if the extension of the selected file name matches one of the
363 extensions in the
364 .\"LINK2"
365 extensions file
366 .\"Extension File Edit"
367 then the corresponding command is executed.
369 .B C\-l
370 repaint all the information in the Midnight Commander.
372 .B C\-x c
373 run the
374 .\"LINK2"
375 Chmod
376 .\"Chmod"
377 command on a file or on the tagged files.
379 .B C\-x o
380 run the
381 .\"LINK2"
382 Chown
383 .\"Chown"
384 command on the current file or on the tagged files.
386 .B C\-x l
387 run the hard link command.
389 .B C\-x s
390 run the absolute symbolic link command.
392 .B C\-x v
393 run the relative symbolic link command. See the
394 .\"LINK2"
395 File Menu
396 .\"File Menu"
397 section for more information about symbolic links.
399 .B C\-x i
400 set the other panel display mode to information.
402 .B C\-x q
403 set the other panel display mode to quick view.
405 .B C\-x !
406 execute the
407 .\"LINK2"
408 External panelize
409 .\"External panelize"
410 command.
412 .B C\-x h
413 run the
414 .\"LINK2"
415 add directory to hotlist
416 .\"Hotlist"
417 command.
419 .B Alt\-!
420 executes the Filtered view command, described in the
421 .\"LINK2"
422 view command\&.
423 .\"Internal File Viewer"
425 .B Alt\-?
426 executes the
427 .\"LINK2"
428 Find file
429 .\"Find File"
430 command.
432 .B Alt\-c
433 pops up the
434 .\"LINK2"
435 quick cd
436 .\"Quick cd"
437 dialog.
439 .B C\-o
440 when the program is being run in the Linux or FreeBSD console or under
441 an xterm, it will show you the output of the previous command.  When ran
442 on the Linux console, the Midnight Commander uses an external program
443 (cons.saver) to handle saving and restoring of information on the
444 screen.
446 When the subshell support is compiled in, you can type C\-o at any time
447 and you will be taken back to the Midnight Commander main screen, to
448 return to your application just type C\-o.  If you have an application
449 suspended by using this trick, you won't be able to execute other
450 programs from the Midnight Commander until you terminate the suspended
451 application.
452 .\"NODE "  Directory Panels"
453 .SH "  Directory Panels"
454 This section lists the keys which operate on the directory panels. If
455 you want to know how to change the appearance of the panels take a
456 look at the section on
457 .\"LINK2"
458 Left and Right Menus\&.
459 .\"Left and Right Menus"
461 .B Tab, C\-i
462 change the current panel. The old other panel becomes the new current
463 panel and the old current panel becomes the new other panel. The
464 selection bar moves from the old current panel to the new current
465 panel.
467 .B Insert, C\-t
468 to tag files you may use the Insert key (the kich1 terminfo sequence).
469 To untag files, just retag a tagged file.
471 .B M\-e
472 to change charset of panel you may use M\-e (Alt\-e).
473 Recoding is made from selected codepage into system codepage. To
474 cancel the recoding you may select "directory up" (..) in active panel.
475 To cancel the charsets in all directories, select "No translation " in
476 the dialog of encodings.
478 .B Alt\-g, Alt\-r, Alt\-j
479 used to select the top file in a panel, the middle file and the bottom one,
480 respectively.
482 .B Alt\-t
483 toggle the current display listing to show the next display listing
484 mode.
485 With this it is possible to quickly switch to brief listing, long
486 listing, user defined listing mode, and back to the default.
488 .B C\-\\\\ (control\-backslash)
489 show the
490 .\"LINK2"
491 directory hotlist
492 .\"Hotlist"
493 and change to the selected directory.
495 .B + \ (plus)
496 this is used to select (tag) a group of files.  The Midnight Commander
497 will prompt for a selection options. When
498 .I Files only
499 checkbox is on, only files will be selected.  If
500 .I Files only
501 is off, as files as directories will be selected.
502 When
503 .I Shell Patterns
504 checkbox is on, the regular expression is much like the filename globbing
505 in the shell (* standing for zero or more characters and ? standing
506 for one character). If
507 .I Shell Patterns
508 is off, then the tagging of files is done with normal regular
509 expressions (see ed (1)). When
510 .I Case sensitive
511 checkbox is on, the selection will be case sensitive characters.
513 .I Case sensitive
514 is off, the case will be ignored.
516 .B \\\\ (backslash)
517 use the "\\" key to unselect a group of files. This is the opposite of
518 the Plus key.
520 .B up\-key, C\-p
521 move the selection bar to the previous entry in the panel.
523 .B down\-key, C\-n
524 move the selection bar to the next entry in the panel.
526 .B home, a1, Alt\-<
527 move the selection bar to the first entry in the panel.
529 .B end, c1, Alt\->
530 move the selection bar to the last entry in the panel.
532 .B next\-page, C\-v
533 move the selection bar one page down.
535 .B prev\-page, Alt\-v
536 move the selection bar one page up.
538 .B Alt\-o
539 If the currently selected file is a directory, load that directory on
540 the other panel and moves the selection to the next file. If the
541 currently selected file is not a directory, load the parent directory
542 on the other panel and moves the selection to the next file.
544 .B Alt\-i
545 make the current directory of the current panel also the current
546 directory of the other panel.  Put the other panel to the listing mode
547 if needed.  If the current panel is panelized, the other panel doesn't
548 become panelized.
550 .B C\-PageUp, C\-PageDown
551 only when supported by the terminal: change to ".." and to the currently
552 selected directory respectively.
554 .B Alt\-y
555 moves to the previous directory in the history, equivalent to clicking
557 .I <
558 with the mouse.
560 .B Alt\-u
561 moves to the next directory in the history, equivalent to clicking the
562 .I >
563 with the mouse.
565 .B Alt\-Shift\-h, Alt\-H
566 displays the directory history, equivalent to depressing the 'v' with
567 the mouse.
568 .\"NODE "  Quick search"
569 .SH "  Quick search"
570 The Quick search mode allows to perform fast file search in file panel.
571 Press
572 .I C\-s
574 .I Alt\-s
575 to start a filename search in the directory listing.
577 When the search is active, the user input will be added to the search string
578 instead of the command line. If the
579 .I Show mini\-status
580 option is enabled the search string is shown on the mini\-status
581 line. When typing, the selection bar will move to the next file
582 starting with the typed letters. The
583 .I Backspace
585 .I DEL
586 keys can be used to correct typing mistakes. If C\-s is pressed
587 again, the next match is searched for.
589 If quick search is started with double pressing of C\-s, the previous quick
590 search pattern will be used for current search.
592 Besides the filename characters, you can also use wildcard
593 characters '*' and '?'.
594 .\"NODE "  Shell Command Line"
595 .SH "  Shell Command Line"
596 This section lists keys which are useful to avoid excessive typing when
597 entering shell commands.
599 .B Alt\-Enter
600 copy the currently selected file name to the command line.
602 .B C\-Enter
603 same a Alt\-Enter.  May not work on remote systems and some terminals.
605 .B C\-Shift\-Enter
606 copy the full path name of the currently selected file to the command
607 line.  May not work on remote systems and some terminals.
609 .B Alt\-Tab
610 does the filename, command, variable, username and hostname
611 .\"LINK2"
612 completion
613 .\"Completion"
614 for you.
616 .B C\-x t, C\-x C\-t
617 copy the tagged files (or if there are no tagged files, the selected
618 file) of the current panel (C\-x t) or of the other panel (C\-x C\-t) to
619 the command line.
621 .B C\-x p, C\-x C\-p
622 the first key sequence copies the current path name to the command
623 line, and the second one copies the unselected panel's path name to
624 the command line.
626 .B C\-q
627 the quote command can be used to insert characters that are otherwise
628 interpreted by the Midnight Commander (like the '+' symbol)
630 .B Alt\-p, Alt\-n
631 use these keys to browse through the command history. Alt\-p takes you
632 to the last entry, Alt\-n takes you to the next one.
634 .B Alt\-h
635 displays the history for the current input line.
636 .\"NODE "  General Movement Keys"
637 .SH "  General Movement Keys"
638 The help viewer, the file viewer and the directory tree use common
639 code to handle moving. Therefore they accept exactly the same
640 keys. Each of them also accepts some keys of its own.
642 Other parts of the Midnight Commander use some of the same movement
643 keys, so this section may be of use for those parts too.
645 .B Up, C\-p
646 moves one line backward.
648 .B Down, C\-n
649 moves one line forward.
651 .B Prev Page, Page Up, Alt\-v
652 moves one page up.
654 .B Next Page, Page Down, C\-v
655 moves one page down.
657 .B Home, A1
658 moves to the beginning.
660 .B End, C1
661 move to the end.
663 The help viewer and the file viewer accept the following keys in
664 addition the to ones mentioned above:
666 .B b, C\-b, C\-h, Backspace, Delete
667 moves one page up.
669 .B Space bar
670 moves one page down.
672 .B u, d
673 moves one half of a page up or down.
675 .B g, G
676 moves to the beginning or to the end.
677 .\"NODE "  Input Line Keys"
678 .SH "  Input Line Keys"
679 The input lines (they are used for the
680 .\"LINK2"
681 command line
682 .\"Shell Command Line"
683 and for the query dialogs in the program) accept these keys:
685 .B C\-a
686 puts the cursor at the beginning of line.
688 .B C\-e
689 puts the cursor at the end of the line.
691 .B C\-b, move\-left
692 move the cursor one position left.
694 .B C\-f, move\-right
695 move the cursor one position right.
697 .B Alt\-f
698 moves one word forward.
700 .B Alt\-b
701 moves one word backward.
703 .B C\-h, Backspace
704 delete the previous character.
706 .B C\-d, Delete
707 delete the character in the point (over the cursor).
709 .B C\-@
710 sets the mark for cutting.
712 .B C\-w
713 copies the text between the cursor and the mark to a kill buffer and
714 removes the text from the input line.
716 .B Alt\-w
717 copies the text between the cursor and the mark to a kill buffer.
719 .B C\-y
720 yanks back the contents of the kill buffer.
722 .B C\-k
723 kills the text from the cursor to the end of the line.
725 .B Alt\-p, Alt\-n
726 Use these keys to browse through the command history. Alt\-p takes you
727 to the last entry, Alt\-n takes you to the next one.
729 .B Alt\-C\-h, Alt\-Backspace
730 delete one word backward.
732 .B Alt\-Tab
733 does the filename, command, variable, username and hostname
734 .\"LINK2"
735 completion
736 .\"Completion"
737 for you.
738 .SH ""
739 .\"NODE "Menu Bar"
740 .SH "Menu Bar"
741 The menu bar pops up when you press F9 or click the mouse on the top
742 row of the screen. The menu bar has five menus: "Left", "File",
743 "Command", "Options" and "Right".
746 .\"LINK2"
747 Left and Right Menus
748 .\"Left and Right Menus"
749 allow you to modify the appearance of the left and right directory
750 panels.
753 .\"LINK2"
754 File Menu
755 .\"File Menu"
756 lists the actions you can perform on the currently selected file or
757 the tagged files.
760 .\"LINK2"
761 Command Menu
762 .\"Command Menu"
763 lists the actions which are more general and bear no relation to the
764 currently selected file or the tagged files.
767 .\"LINK2"
768 Options Menu
769 .\"Options Menu"
770 lists the actions which allow you to customize the Midnight Commander.
771 .\"NODE "  Left and Right Menus"
772 .SH "  Left and Right (Above and Below) Menus"
773 The outlook of the directory panels can be changed from the
774 .B Left
776 .B Right
777 menus (they are named
778 .B Above
780 .B Below
781 when the horizontal panel split is chosen from the
782 .\"LINK2"
783 Layout
784 .\"Layout"
785 options dialog).
786 .\"NODE "    Listing Mode..."
787 .SH "    Listing Mode..."
788 The listing mode view is used to display a listing of files, there are
789 four different listing modes available:
790 .BR Full ,
791 .BR Brief ,
792 .B Long
794 .BR User .
795 The full directory view shows the file name, the size of the file and
796 the modification time.
798 The brief view shows only the file name and it has two columns
799 (therefore showing twice as many files as other views). The long view
800 is similar to the output of
801 .B "ls \-l"
802 command. The long view takes the whole screen width.
804 If you choose the "User" display format, then you have to specify
805 the display format.
807 The user display format must start with a panel size specifier.  This
808 may be "half" or "full", and they specify a half screen panel and a
809 full screen panel respectively.
811 After the panel size, you may specify the two columns mode on the
812 panel, this is done by adding the number "2" to the user format
813 string.
815 After this you add the name of the fields with an optional size
816 specifier.  This are the available fields you may display:
818 .B name
819 displays the file name.
821 .B size
822 displays the file size.
824 .B bsize
825 is an alternative form of the
826 .B size
827 format. It displays the size of the files and for directories it just
828 shows SUB\-DIR or UP\-\-DIR.
830 .B type
831 displays a one character wide type field.  This character is similar to
832 what is displayed by ls with the \-F flag \-
833 .B *
834 for executable files,
835 .B /
836 for directories,
837 .B @
838 for links,
839 .B =
840 for sockets,
841 .B \-
842 for character devices,
843 .B +
844 for block devices,
845 .B |
846 for pipes,
847 .B ~
848 for symbolic links to directories and
849 .B !
850 for stale symlinks (links that point nowhere).
852 .B mark
853 an asterisk if the file is tagged, a space if it's not.
855 .B mtime
856 file's last modification time.
858 .B atime
859 file's last access time.
861 .B ctime
862 file's status change time.
864 .B perm
865 a string representing the current permission bits of the file.
867 .B mode
868 an octal value with the current permission bits of the file.
870 .B nlink
871 the number of links to the file.
873 .B ngid
874 the GID (numeric).
876 .B nuid
877 the UID (numeric).
879 .B owner
880 the owner of the file.
882 .B group
883 the group of the file.
885 .B inode
886 the inode of the file.
888 Also you can use following keywords to define the panel layout:
890 .B space
891 a space in the display format.
893 .B |
894 add a vertical line to the display format.
896 To force one field to a fixed size (a size specifier), you just add
897 .B :
898 followed by the number of characters you want the field to have.  If the
899 number is followed by the symbol
900 .BR + ,
901 then the size specifies the minimal field size \- if the program finds
902 out that there is more space on the screen, it will then expand that
903 field.
905 For example, the
906 .B Full
907 display corresponds to this format:
909 half type name | size | mtime
911 And the
912 .B Long
913 display corresponds to this format:
915 full perm space nlink space owner space group space size space mtime
916 space name
918 This is a nice user display format:
920 half name | size:7 | type mode:3
922 Panels may also be set to the following modes:
924 .B "Info"
925 The info view display information related to the currently
926 selected file and if possible information about the current file
927 system.
929 .B "Tree"
930 The tree view is quite similar to the
931 .\"LINK2"
932 directory tree
933 .\"Directory Tree"
934 feature. See the section about it for more information.
936 .B "Quick View"
937 In this mode, the panel will switch to a reduced
938 .\"LINK2"
939 viewer
940 .\"Internal File Viewer"
941 that displays the contents of the currently selected file, if you
942 select the panel (with the tab key or the mouse), you will have access
943 to the usual viewer commands.
944 .\"NODE "    Sort Order..."
945 .SH "    Sort Order..."
946 The eight sort orders are by name, by extension, by modification time,
947 by access time, and by inode information modification time, by size,
948 by inode and unsorted.  In the Sort order dialog box you can choose
949 the sort order and you may also specify if you want to sort in reverse
950 order by checking the reverse box.
952 By default directories are sorted before files but this can be changed
953 from the
954 .\"LINK2"
955 Panel options
956 .\"Panel options"
957 menu (option
958 .BR "Mix all files" ).
959 .\"NODE "    Filter..."
960 .SH "    Filter..."
961 The filter command allows you to specify a shell pattern (for example
962 .BR "*.tar.gz" )
963 which the files must match to be shown. Regardless
964 of the filter pattern, the directories and the links to directories
965 are always shown in the directory panel.
966 .\"NODE "    Reread"
967 .SH "    Reread"
968 The reread command reload the list of files in the directory. It is
969 useful if other processes have created or removed files.  If you
970 have panelized file names in a panel this will reload the directory
971 contents and remove the panelized information (See the section
972 .\"LINK2"
973 External panelize
974 .\"External panelize"
975 for more information).
976 .\"NODE "  File Menu"
977 .SH "  File Menu"
978 The Midnight Commander uses the F1 \- F10 keys as keyboard shortcuts
979 for commands appearing in the file menu.  The escape sequences for the
980 function keys are terminfo capabilities kf1 trough kf10.  On terminals
981 without function key support, you can achieve the same functionality by
982 pressing the ESC key and then a number in the range 1 through 9 and 0
983 (corresponding to F1 to F9 and F10 respectively).
985 The File menu has the following commands (keyboard shortcuts in parentheses):
987 .B Help (F1)
989 Invokes the built\-in hypertext help viewer. Inside the
990 .\"LINK2"
991 help viewer\&,
992 .\"Contents"
993 you can use the Tab key to select the next link and the Enter key to
994 follow that link. The keys Space and Backspace are used to move
995 forward and backward in a help page. Press F1 again to get the full
996 list of accepted keys.
998 .B Menu (F2)
1000 Invoke the
1001 .\"LINK2"
1002 user menu\&.
1003 .\"Menu File Edit"
1004 The user menu provides an easy way to provide users with a menu and
1005 add extra features to the Midnight Commander.
1007 .B View (F3, F13)
1009 View the currently selected file. By default this invokes the
1010 .\"LINK2"
1011 Internal File Viewer
1012 .\"Internal File Viewer"
1013 but if the option "Use internal view" is off, it invokes an external
1014 file viewer specified by the
1015 .B VIEWER
1016 environment variable.  If
1017 .B VIEWER
1018 is undefined, the
1019 .B PAGER
1020 environment variable is tried.  If
1021 .B PAGER
1022 is also undefined, the "view" command is invoked.  If you use F13
1023 instead, the viewer will be invoked without doing any formatting or
1024 preprocessing to the file.
1026 .B Filtered View (Alt\-!)
1028 This command prompts for a command
1029 and its arguments (the argument defaults to the currently selected
1030 file name), the output from such command is shown in the internal file
1031 viewer.
1033 .B Edit (F4, F14)
1035 Press F4 to edit the highlighted file.  Press F14 (usually F14)
1036 to start the editor with a new, empty file.
1037 Currently they invoke the
1038 .B vi
1039 editor, or the editor specified in the
1040 .B EDITOR
1041 environment variable, or the
1042 .\"LINK2"
1043 Internal File Editor
1044 .\"Internal File Editor"
1045 if the use_internal_edit option is on.
1047 .B Copy (F5, F15)
1049 Press F5 to pop up an input dialog to copy the currently selected file (or
1050 the tagged files, if there is at least one file tagged) to the
1051 directory/filename you specify in the input dialog.  The destination
1052 defaults to the directory in the non\-selected panel. During this
1053 process, you can press C\-c or ESC to abort the operation. For details
1054 about source mask (which will be usually either * or ^\\(.*\\)$ depending
1055 on setting of Use shell patterns) and possible wildcards in the destination
1057 .\"LINK2"
1058 Mask copy/rename\&.
1059 .\"Mask Copy/Rename"
1061 F15 (usually F15) is similar, but defaults to the directory in the
1062 selected panel. It always operates on the selected file, regardless of
1063 any tagged files.
1065 On some systems, it is possible to do the copy in the background by
1066 clicking on the background button (or pressing Alt\-b in the dialog
1067 box).  The
1068 .\"LINK2"
1069 Background Jobs
1070 .\"Background jobs"
1071 is used to control the background process.
1073 .B Link (C\-x l)
1075 Create a hard link to the current file.
1077 .B Absolute symlink (C\-x s)
1079 Create a absolute symbolic link to the current file.
1081 .B Relative symLink (C\-x v)
1083 Create a relative symbolic link to the current file.
1085 To those of you who don't know what links are: creating a link to a file
1086 is a bit like copying the file, but both the source filename and the destination
1087 filename represent the same file image. For example, if you edit one of these
1088 files, all changes you make will appear in both files. Some people call
1089 links aliases or shortcuts.
1091 A hard link appears as a real file. After making it, there is no way of
1092 telling which one is the original and which is the link. If you delete
1093 either one of them the other one is still intact. It is very difficult
1094 to notice that the files represent the same image. Use hard links when
1095 you don't even want to know.
1097 A symbolic link is a reference to the name of the original file. If
1098 the original file is deleted the symbolic link is useless. It is quite
1099 easy to notice that the files represent the same image. The Midnight
1100 Commander shows an "@"\-sign in front of the file name if it is a
1101 symbolic link to somewhere (except to directory, where it shows a tilde (~)).
1102 The original file which the link points to is shown on mini\-status line if the
1103 .I "Show mini\-status"
1104 option is enabled. Use symbolic links when you want to avoid the
1105 confusion that can be caused by hard links.
1107 When you press "C\-x s" Midnight Commander will automatically fill in the
1108 complete path+filename of the original file and suggest a name for the link.
1109 You can change either one.
1111 Sometimes you may want to change the absolute path of the original into
1112 a relative path. An absolute path starts from the root directory:
1114 .I /home/frodo/mc/mc -> /home/frodo/new/mc
1116 A relative link describes the original file's location starting from the
1117 location of the link itself:
1119 .I /home/frodo/mc/mc -> ../new/mc
1121 You can force Midnight Commander to suggest a relative path by pressing
1122 "C\-x v" instead of "C\-x s".
1124 .B Rename/Move (F6, F16)
1126 Press F6 to pop up an input dialog to copy the currently selected file (or
1127 the tagged files, if there is at least one file tagged) to the
1128 directory/filename you specify in the input dialog.  The destination
1129 defaults to the directory in the non\-selected panel. For more details
1130 look at Copy (F5) operation above, most of the things are quite similar.
1132 F16 (usually F16) is similar, but defaults to the directory in the
1133 selected panel. It always operates on the selected file, regardless of
1134 any tagged files.
1136 On some systems, it is possible to do the copy in the background by
1137 clicking on the background button (or pressing Alt\-b in the dialog
1138 box).  The
1139 .\"LINK2"
1140 Background Jobs
1141 .\"Background jobs"
1142 is used to control the background process.
1144 .B Mkdir (F7)
1146 Pop up an input dialog and creates the directory specified.
1148 .B Delete (F8)
1150 Delete the currently selected file or the tagged files in the
1151 currently selected panel. During the process, you can press C\-c or
1152 ESC to abort the operation.
1154 .B Quick cd (Alt\-c)
1155 Use the
1156 .\"LINK2"
1157 quick cd
1158 .\"Quick cd"
1159 command if you have full command line and want to cd somewhere.
1161 .B Select group (+)
1163 This is used to select (tag) a group of files. The Midnight Commander
1164 will prompt for a selection options. When
1165 .I Files only
1166 checkbox is on, only files will be selected.  If
1167 .I Files only
1168 is off, as files as directories will be selected.
1169 When
1170 .I Shell Patterns
1171 checkbox is on, the regular expression is much like the filename globbing
1172 in the shell (* standing for zero or more characters and ?  standing
1173 for one character). If
1174 .I Shell Patterns
1175 is off, then the tagging of files is done with normal regular
1176 expressions (see ed (1)). When
1177 .I Case sensitive
1178 checkbox is on, the selection will be case sensitive characters.
1180 .I Case sensitive
1181 is off, the case will be ignored.
1183 .B Unselect group (\\\\)
1185 Used to unselect a group of files. This is the opposite of the
1186 .I "Select group"
1187 command.
1189 .B Quit (F10, Shift\-F10)
1191 Terminate the Midnight Commander.  Shift\-F10 is used when you want to
1192 quit and you are using the shell wrapper.  Shift\-F10 will not take you
1193 to the last directory you visited with the Midnight Commander, instead
1194 it will stay at the directory where you started the Midnight Commander.
1195 .\"NODE "    Quick cd"
1196 .SH "    Quick cd"
1197 This command is useful if you have a full command line and want to
1198 .\"LINK2"
1200 .\"The cd internal command"
1201 somewhere without having to yank and paste the command line. This command
1202 pops up a small dialog, where you enter everything you would enter after
1203 .B cd
1204 on the command line and then you press enter. This features all the things
1205 that are already in the
1206 .\"LINK2"
1207 internal cd command\&.
1208 .\"The cd internal command"
1209 .\"NODE "  Command Menu"
1210 .SH "  Command Menu"
1212 .\"LINK2"
1213 Directory tree
1214 .\"Directory Tree"
1215 command shows a tree figure of the directories.
1218 .\"LINK2"
1219 "Find file"
1220 .\"Find File"
1221 command allows you to search for a specific file.
1223 The "Swap panels" command swaps the contents of the two directory panels.
1225 The "Switch panels on/off" command shows the output of the last shell command.
1226 This works only on xterm and on Linux and FreeBSD console.
1228 The "Compare directories" command compares the directory
1229 panels with each other. You can then use the Copy (F5) command to make
1230 the panels identical. There are three compare methods. The quick method
1231 compares only file size and file date. The thorough method makes a
1232 full byte\-by\-byte compare. The thorough method is not available if the
1233 machine does not support the mmap(2) system call.  The size\-only
1234 compare method just compares the file sizes and does not check the
1235 contents or the date times, it just checks the file size.
1238 .\"LINK2"
1239 "External panelize"
1240 .\"External panelize"
1241 allows you to execute an external program, and make the output of that
1242 program the contents of the current panel.
1244 The "Command history" command shows a list of typed commands. The
1245 selected command is copied to the command line. The command history
1246 can also be accessed by typing Alt\-p or Alt\-n.
1249 .\"LINK2"
1250 "Directory hotlist"
1251 .\"Hotlist"
1252 command makes changing of the current directory to often used directories
1253 faster.
1256 .\"LINK2"
1257 "Screen list"
1258 .\"Screen selector"
1259 command shows a dialog window with the list of currently running
1260 internal editors, viewers and other MC modules that support this mode.
1263 .\"LINK2"
1264 "Edit extension file"
1265 .\"Extension File Edit"
1266 command allows you to specify programs to executed when you try to
1267 execute, view, edit and do a bunch of other thing on files
1268 with certain extensions (filename endings).
1271 .\"LINK2"
1272 "Edit menu file"
1273 .\"Menu File Edit"
1274 command may be used for editing the user menu (which appears by
1275 pressing F2).
1276 .\"NODE "    Directory Tree"
1277 .SH "    Directory Tree"
1278 The Directory Tree command shows a tree figure of the directories. You
1279 can select a directory from the figure and the Midnight Commander will
1280 change to that directory.
1282 There are two ways to invoke the tree. The real directory tree command
1283 is available from Commands menu. The other way is to select tree view
1284 from the Left or Right menu.
1286 To get rid of long delays the Midnight Commander creates the tree
1287 figure by scanning only a small subset of all the directories. If the
1288 directory which you want to see is missing, move to its parent
1289 directory and press C\-r (or F2).
1291 You can use the following keys:
1293 .\"LINK2"
1294 General movement keys
1295 .\"General Movement Keys"
1296 are accepted.
1298 .B Enter.
1299 In the directory tree, exits the directory tree and changes to this
1300 directory in the current panel. In the tree view, changes to this
1301 directory in the other panel and stays in tree view mode in the
1302 current panel.
1304 .B C\-r, F2 (Rescan).
1305 Rescan this directory. Use this when the tree figure is out of date:
1306 it is missing subdirectories or shows some subdirectories which don't
1307 exist any more.
1309 .B F3 (Forget).
1310 Delete this directory from the tree figure. Use this to remove clutter
1311 from the figure. If you want the directory back to the tree figure
1312 press F2 in its parent directory.
1314 .B F4 (Static/Dynamic).
1315 Toggle between the dynamic navigation mode (default) and the static
1316 navigation mode.
1318 In the static navigation mode you can use the Up and Down keys to
1319 select a directory. All known directories are shown.
1321 In the dynamic navigation mode you can use the Up and Down keys to
1322 select a sibling directory, the Left key to move to the parent
1323 directory, and the Right key to move to a child directory. Only the
1324 parent, sibling and children directories are shown, others are left
1325 out. The tree figure changes dynamically as you traverse.
1327 .B F5 (Copy).
1328 Copy the directory.
1330 .B F6 (RenMov).
1331 Move the directory.
1333 .B F7 (Mkdir).
1334 Make a new directory below this directory.
1336 .B F8 (Delete).
1337 Delete this directory from the file system.
1339 .B C\-s, Alt\-s.
1340 Search the next directory matching the search string. If there is
1341 no such directory these keys will move one line down.
1343 .B C\-h, Backspace.
1344 Delete the last character of the search string.
1346 .B Any other character.
1347 Add the character to the search string and move to the next directory
1348 which starts with these characters. In the tree view you must first
1349 activate the search mode by pressing C\-s. The search string is shown
1350 in the mini status line.
1352 The following actions are available only in the directory tree. They
1353 aren't supported in the tree view.
1355 .B F1 (Help).
1356 Invoke the help viewer and show this section.
1358 .B Esc, F10.
1359 Exit the directory tree. Do not change the directory.
1361 The mouse is supported. A double\-click behaves like Enter. See
1362 also the section on
1363 .\"LINK2"
1364 mouse support\&.
1365 .\"Mouse Support"
1366 .\"NODE "    Find File"
1367 .SH "    Find File"
1368 The Find File feature first asks for the start directory for the
1369 search and the filename to be searched for. By pressing the Tree
1370 button you can select the start directory from the
1371 .\"LINK2"
1372 directory tree
1373 .\"Directory Tree"
1374 figure.
1376 Option \"Whole words\" allows select only those files containing matches that
1377 form whole words. Like grep \-w.
1379 You can start the search by pressing the OK button.
1380 During the search you can stop from the Stop button and continue from
1381 the Start button.
1383 You can browse the filelist with the up and down arrow keys. The Chdir
1384 button will change to the directory of the currently selected
1385 file. The Again button will ask for the parameters for a new
1386 search. The Quit button quits the search operation. The Panelize
1387 button will place the found files to the current directory panel so
1388 that you can do additional operations on them (view, copy, move,
1389 delete and so on). After panelizing you can press C\-r to return to the
1390 normal file listing.
1392 It is possible to have a list of directories that the Find File command
1393 should skip during the search (for example, you may want to avoid
1394 searches on a CD\-ROM or on a NFS directory that is mounted across a slow
1395 link).
1397 Directories to be skipped should be set on the variable
1398 .B ignore_dirs
1399 in the
1400 .B FindFile
1401 section of your ~/.config/ini file.
1403 Directory components should be separated with a colon, here is an
1404 example:
1407 [FindFile]
1408 ignore_dirs=/cdrom:/nfs/wuarchive:/afs
1411 You may consider using the
1412 .\"LINK2"
1413 External panelize
1414 .\"External panelize"
1415 command for some operations. Find file command is for simple queries
1416 only, while using External panelize you can do as mysterious searches
1417 as you would like.
1418 .\"NODE "    External panelize"
1419 .SH "    External panelize"
1420 The External panelize allows you to execute an external program, and
1421 make the output of that program the contents of the current panel.
1423 For example, if you want to manipulate in one of the panels all the
1424 symbolic links in the current directory, you can use external
1425 panelization to run the following command:
1428 find . \-type l \-print
1431 Upon command completion, the directory contents of the panel will no
1432 longer be the directory listing of the current directory, but all the
1433 files that are symbolic links.
1435 If you want to panelize all of the files that have been downloaded
1436 from your FTP server, you can use this awk command to extract the file
1437 name from the transfer log files:
1440 awk '$9 ~! /incoming/ { print $9 }' < /var/log/xferlog
1443 You may want to save often used panelize commands under a descriptive name,
1444 so that you can recall them quickly. You do this by typing the command on
1445 the input line and pressing Add new button. Then you enter a name under
1446 which you want the command to be saved. Next time, you just choose that
1447 command from the list and do not have to type it again.
1448 .\"NODE "    Hotlist"
1449 .SH "    Hotlist"
1450 The Directory hotlist command shows the labels of the directories
1451 in the directory hotlist.  The Midnight Commander will change to the
1452 directory corresponding to the selected label.  From the hotlist dialog,
1453 you can remove already created label/directory pairs and add new ones.
1454 To add new directories quickly, you can use the Add to hotlist command
1455 (C\-x h), which adds the current directory into the directory hotlist,
1456 asking just for the label for the directory.
1458 This makes cd to often used directories faster. You may consider using the
1459 CDPATH variable as described in
1460 .\"LINK2"
1461 internal cd command
1462 .\"The cd internal command"
1463 description.
1464 .\"NODE "    Extension File Edit"
1465 .SH "    Extension File Edit"
1466 This will invoke your editor on the file
1467 .IR ~/.local/share/mc/bindings .
1468 The format of this file following:
1470 All lines starting with # or empty lines are thrown away.
1472 Lines starting in the first column should have following format:
1474 .IR keyword/expr ,
1475 i.e. everything after the slash until new line is
1476 .IR expr .
1478 .I keyword
1479 can be:
1481 .I shell
1483 .I expr
1484 is an extension (no wildcards).  File matches it its name ends
1485 with
1486 .IR expr .
1487 Example:
1488 .I shell/.tar
1489 matches
1490 .IR *.tar .
1492 .I regex
1494 .I expr
1495 is a regular expression.  File matches if its name matches the regular
1496 expression.
1498 .I directory
1500 .I expr
1501 is a regular expression.  File matches if it is a directory and its name
1502 matches the regular expression.
1504 .I type
1506 .I expr
1507 is a regular expression.  File matches if the output of
1508 .I file %f
1509 without the initial "filename:" part matches regular expression
1510 .IR expr .
1512 .I default
1513 \- matches any file.
1514 .I expr
1515 is ignored.
1517 .I include
1518 \- denotes a common section.
1519 .I expr
1520 is the name of the section.
1522 Other lines should start with a space or tab and should be of the format:
1523 .I keyword=command
1524 (with no spaces around =), where
1525 .I keyword
1526 should be:
1527 .I Open
1528 (invoked on Enter or double click),
1529 .I View
1530 (F3),
1531 .I Edit
1532 (F4) or
1533 .I Include
1534 (to add rules from the common section).
1535 .I command
1536 is any one\-line shell command, with the simple
1537 .\"LINK2"
1538 macro substitution\&.
1539 .\"Macro Substitution"
1541 Rules are matched from top to bottom, thus the order is important.  If
1542 the appropriate action is missing, search continues as if this rule
1543 didn't match (i.e. if a file matches the first and second entry and View
1544 action is missing in the first one, then on pressing F3 the View action
1545 from the second entry will be used).
1546 .I default
1547 should match all the actions.
1548 .\"NODE "    Background jobs"
1549 .SH "    Background Jobs"
1550 This lets you control the state of any background Midnight Commander
1551 process (only copy and move files operations can be done in the
1552 background).  You can stop, restart and kill a background job from
1553 here.
1554 .\"NODE "    Menu File Edit"
1555 .SH "    Menu File Edit"
1556 The user menu is a menu of useful actions that can be customized by
1557 the user. When you access the user menu, the
1558 file .mc.menu from the current directory is used if it exists,
1559 but only if it is owned by user or root and is not world\-writable.
1560 If no such file found, ~/.local/share/mc/menu is tried in the same way,
1561 and otherwise mc uses the default system\-wide menu
1562 @prefix@/share/mc/mc.menu.
1564 The format of the menu file is very simple. Lines that start with
1565 anything but space or tab are considered entries for the menu (in
1566 order to be able to use it like a hot key, the first character should
1567 be a letter). All the lines that start with a space or a tab are the
1568 commands that will be executed when the entry is selected.
1570 When an option is selected all the command lines of the option are
1571 copied to a temporary file in the temporary directory (usually
1572 /usr/tmp) and then that file is executed. This allows the user to put
1573 normal shell constructs in the menus. Also simple macro substitution
1574 takes place before executing the menu code. For more information, see
1575 .\"LINK2"
1576 macro substitution\&.
1577 .\"Macro Substitution"
1579 Here is a sample mc.menu file:
1582 A       Dump the currently selected file
1583         od \-c %f
1585 B       Edit a bug report and send it to root
1586         I=`mktemp ${MC_TMPDIR:\-/tmp}/mail.XXXXXX` || exit 1
1587         vi $I
1588         mail \-s "Midnight Commander bug" root < $I
1589         rm \-f $I
1591 M       Read mail
1592         emacs \-f rmail
1594 N       Read Usenet news
1595         emacs \-f gnus
1597 H       Call the info hypertext browser
1598         info
1600 J       Copy current directory to other panel recursively
1601         tar cf \- . | (cd %D && tar xvpf \-)
1603 K       Make a release of the current subdirectory
1604         echo \-n "Name of distribution file: "
1605         read tar
1606         ln \-s %d `dirname %d`/$tar
1607         cd ..
1608         tar cvhf ${tar}.tar $tar
1610 = f *.tar.gz | f *.tgz & t n
1611 X       Extract the contents of a compressed tar file
1612         tar xzvf %f
1615 .B Default Conditions
1617 Each menu entry may be preceded by a condition. The condition must
1618 start from the first column with a '=' character. If the condition is
1619 true, the menu entry will be the default entry.
1622 Condition syntax:       = <sub\-cond>
1623   or:                   = <sub\-cond> | <sub\-cond> ...
1624   or:                   = <sub\-cond> & <sub\-cond> ...
1626 Sub\-condition is one of following:
1628   y <pattern>           syntax of current file matching pattern?
1629                         (for edit menu only)
1630   f <pattern>           current file matching pattern?
1631   F <pattern>           other file matching pattern?
1632   d <pattern>           current directory matching pattern?
1633   D <pattern>           other directory matching pattern?
1634   t <type>              current file of type?
1635   T <type>              other file of type?
1636   x <filename>          is it executable filename?
1637   ! <sub\-cond>         negate the result of sub\-condition
1640 Pattern is a normal shell pattern or a regular expression, according
1641 to the shell patterns option. You can override the global value of
1642 the shell patterns option by writing "shell_patterns=x" on the first
1643 line of the menu file (where "x" is either 0 or 1).
1645 Type is one or more of the following characters:
1648   n     not a directory
1649   r     regular file
1650   d     directory
1651   l     link
1652   c     character device
1653   b     block device
1654   f     FIFO (pipe)
1655   s     socket
1656   x     executable file
1657   t     tagged
1660 For example 'rlf' means either regular file, link or fifo. The 't'
1661 type is a little special because it acts on the panel instead of the
1662 file. The condition '=t t' is true if there are tagged files in the
1663 current panel and false if not.
1665 If the condition starts with '=?' instead of '=' a debug trace will be
1666 shown whenever the value of the condition is calculated.
1668 The conditions are calculated from left to right. This means
1670         = f *.tar.gz | f *.tgz & t n
1672 is calculated as
1674         ( (f *.tar.gz) | (f *.tgz) ) & (t n)
1677 Here is a sample of the use of conditions:
1680 = f *.tar.gz | f *.tgz & t n
1681 L       List the contents of a compressed tar\-archive
1682         gzip \-cd %f | tar xvf \-
1685 .B Addition Conditions
1687 If the condition begins with '+' (or '+?') instead of '=' (or '=?') it
1688 is an addition condition. If the condition is true the menu entry will
1689 be included in the menu. If the condition is false the menu entry will
1690 not be included in the menu.
1692 You can combine default and addition conditions by starting condition
1693 with '+=' or '=+' (or '+=?' or '=+?' if you want debug trace). If you
1694 want to use two different conditions, one for adding and another for
1695 defaulting, you can precede a menu entry with two condition lines, one
1696 starting with '+' and another starting with '='.
1698 Comments are started with '#'. The additional comment lines must start
1699 with '#', space or tab.
1700 .\"NODE "  Options Menu"
1701 .SH "  Options Menu"
1702 The Midnight Commander has some options that may be toggled on and
1703 off in several dialogs which are accessible from this menu. Options
1704 are enabled if they have an asterisk or "x" in front of them.
1707 .\"LINK2"
1708 Configuration
1709 .\"Configuration"
1710 command pops up a dialog from which you can change most of settings of
1711 the Midnight Commander.
1714 .\"LINK2"
1715 Layout
1716 .\"Layout"
1717 command pops up a dialog from which you specify a bunch of options how mc
1718 looks like on the screen.
1721 .\"LINK2"
1722 Panel options
1723 .\"Panel options"
1724 command pops up a dialog from which you specify options of file manager panels.
1727 .\"LINK2"
1728 Confirmation
1729 .\"Confirmation"
1730 command pops up a dialog from which you specify which actions you want to
1731 confirm.
1734 .\"LINK2"
1735 Display bits
1736 .\"Display bits"
1737 command pops up a dialog from which you may select which characters is your
1738 terminal able to display.
1741 .\"LINK2"
1742 Learn keys
1743 .\"Learn keys"
1744 command pops up a dialog from which you test some keys which are not working
1745 on some terminals and you may fix them.
1748 .\"LINK2"
1749 Virtual FS
1750 .\"Virtual FS"
1751 command pops up a dialog from which you specify some VFS related options.
1754 .\"LINK2"
1755 Save setup
1756 .\"Save Setup"
1757 command saves the current settings of the Left, Right and Options
1758 menus. A small number of other settings is saved, too.
1759 .\"NODE "    Configuration"
1760 .SH "    Configuration"
1761 The options in this dialog are divided into several groups: "File
1762 operation options", "Esc key mode", "Pause after run" and "Other options".
1764 .B File operation options
1766 .I Verbose operation.
1767 This toggles whether the file Copy, Rename and Delete operations are
1768 verbose (i.e., display a dialog box for each operation). If you have a
1769 slow terminal, you may wish to disable the verbose operation. It is
1770 automatically turned off if the speed of your terminal is less than
1771 9600 bps.
1773 .I Compute totals.
1774 If this option is enabled, the Midnight Commander computes total byte
1775 sizes and total number of files prior to any Copy, Rename and Delete
1776 operations. This will provide you with a more accurate progress bar
1777 at the expense of some speed. This option has no effect, if
1778 .I Verbose  operation
1779 is disabled.
1781 .I Classic progressbar.
1782 If this option is enabled, the progressbar of Copy/Move/Delete operations
1783 is always grown form left to right. If disabled, the growing direction
1784 of progressbar follows to direction of Copy/Move/Delete operation:
1785 from left panel to right one and vice versa. Enabled by default.
1787 .I Mkdir autoname
1788 When you press F7 to create a new directory, the input line in popup dialog
1789 will be filled by name of current file or directory in active panel.
1790 Disabled by default.
1792 .B Esc key mode.
1794 By default the Midnight Commander treats the ESC key as a key prefix.
1795 Therefore, you should press Esc code twice to exit a dialog. But there is
1796 a possibility to use a single press of ESC key for that action.
1798 .I Single press.
1799 By default this option is disabled. If you'll enable it, the ESC key
1800 will act as a prefix key for set up time interval (see
1801 .I Timeout
1802 option below), and if no extra keys have arrived, then the ESC key
1803 is interpreted as a cancel key (ESC ESC).
1805 .I Timeout.
1806 This options is used to setup the time interval (in microseconds)
1807 for single press of ESC key. By default, this inrerval is one second
1808 (1000000 microseconds). Also the timeout can be set via KEYBOARD_KEY_TIMEOUT_US
1809 environment variable (also in microseconds), which has higher priority
1810 than Timeout option value.
1812 .B Pause after run
1814 After executing your commands, the Midnight Commander can pause, so
1815 that you can examine the output of the command.  There are three
1816 possible settings for this variable:
1818 .IR Never .
1819 Means that you do not want to see the output of your command.  If you
1820 are using the Linux or FreeBSD console or an xterm, you will be able to
1821 see the output of the command by typing C\-o.
1823 .IR On dumb terminals .
1824 You will get the pause message on terminals that are not capable of
1825 showing the output of the last command executed (any terminal that is
1826 not an xterm or the Linux console).
1828 .IR Always .
1829 The program will pause after executing all of your commands.
1831 .B Other options
1833 .I Use internal editor.
1834 If this option is enabled, the built\-in file editor is used to edit
1835 files. If the option is disabled, the editor specified in the
1836 .B EDITOR
1837 environment variable is used.
1838 If no editor is specified,
1839 .B vi
1840 is used.  See the section on the
1841 .\"LINK2"
1842 internal file editor\&.
1843 .\"Internal File Editor"
1845 .I Use internal viewer.
1846 If this option is enabled, the built\-in file viewer is used to view
1847 files. If the option is disabled, the pager specified in the
1848 .B PAGER
1849 environment variable is used.
1850 If no pager is specified, the
1851 .B view
1852 command is used.  See the section on the
1853 .\"LINK2"
1854 internal file viewer\&.
1855 .\"Internal File Viewer"
1857 .I Auto menus.
1858 If this option is enabled, the user menu will be invoked at startup.
1859 Useful for building menus for non\-unixers.
1861 .I Drop down menus.
1862 When this option is enabled, the pull down menus will be activated as
1863 soon as you press the F9 key. Otherwise, you will only get the menu title,
1864 and you will have to activate the menu either with the arrow keys or with
1865 the hotkeys. It is recommended if you are using hotkeys.
1867 .I Shell Patterns.
1868 By default the Select, Unselect and Filter commands will use shell\-like
1869 regular expressions. The following conversions are performed to achieve
1870 this: the '*' is replaced by '.*' (zero or more characters); the '?'
1871 is replaced by '.' (exactly one character) and '.' by the literal
1872 dot. If the option is disabled, then the regular expressions are the
1873 ones described in ed(1).
1875 .I Complete: show all.
1876 By default the Midnight Commander pops up all possible
1877 .\"LINK2"
1878 completions
1879 .\"Completion"
1880 if the completion is ambiguous only when you press
1881 .B Alt\-Tab
1882 for the second time.  For the first time, it just completes as much as
1883 possible and beeps in the case of ambiguity.  Enable this option if you
1884 want to see all possible completions even after pressing
1885 .B Alt\-Tab
1886 the first time.
1888 .I Rotating dash.
1889 If this option is enabled, the
1890 Midnight Commander shows a rotating dash in the upper right corner
1891 as a work in progress indicator.
1893 .I Cd follows links.
1894 This option, if set, causes the Midnight Commander to follow the
1895 logical chain of directories when changing current directory
1896 either in the panels, or using the cd command. This is the default
1897 behavior of bash. When unset, the Midnight Commander follows the
1898 real directory structure, so cd .. if you've entered that directory
1899 through a link will move you to the current directory's real parent
1900 and not to the directory where the link was present.
1902 .I Safe delete.
1903 If this option is enabled, deleting files and directory hotlist entries
1904 unintentionally becomes more difficult.  The default selection in the
1905 confirmation dialogs for deletion changes from "Yes" to "No".
1906 This option is disabled by default.
1908 .I Auto save setup.
1909 If this option is enabled, when you exit the Midnight Commander the
1910 configurable options of the Midnight Commander are saved in the
1911 ~/.config/mc/ini file.
1912 .\"NODE "    Layout"
1913 .SH "    Layout"
1914 The layout dialog gives you a possibility to change the general layout
1915 of screen. The options in this dialog are divided into several groups:
1916 "Panel split", "Console output" and "Other options".
1918 .B Panel split
1920 The rest of the screen area is used for the two directory panels. You
1921 can specify whether the area is split to the panels in
1922 .I Vertical
1923  or
1924 .I Horizontal
1925 direction. Panel layout can be changed using Alt\-, (Alt\-comma) shortcut.
1927 .I Equal split.
1928 By default, panels have equal sizes. Using this option you can specify
1929 an unequal split.
1931 .B Console output
1933 On the Linux or FreeBSD console you can specify how many lines are shown
1934 in the output window. This option is available if Midnight Commander runs
1935 on native console only.
1937 .B Other options
1939 .I Menu bar visible.
1940 If enabled, main menu of Midnight Commander is always visible on the top row
1941 of screen above panels. Enabled by default.
1943 .I Command prompt.
1944 If enabled, command line is avalable. Enabled by default.
1946 .I Keybar visible.
1947 If enabled, 10 lables associated with F1\-F10 keys are located at the bottom
1948 row of screen. Enabled by default.
1950 .I Hintbar visible.
1951 If enabled, the one\-line hints are visible below panels. Enabled by default.
1953 .I XTerm window title.
1954 When run in a terminal emulator for X11, Midnight Commander sets the
1955 terminal window title to the current working directory and updates it
1956 when necessary.  If your terminal emulator is broken and you see some
1957 incorrect output on startup and directory change, turn off this option.
1958 Enabled by default.
1960 .I Show free space.
1961 If enabled, free space and total space of current file system is shown
1962 at the bottom frame of panel. Enabled by default.
1963 .\"NODE "    Panel options"
1964 .SH "    Panel options"
1965 .B Main panel options
1967 .I Show mini\-status.
1968 If enabled, one line of status information about the currently selected item
1969 is shown at the bottom of the panels. Enabled by default.
1971 .I Use SI size units.
1972 If this option is enabled, Midnight Commander will use SI units (powers of 1000)
1973 when displaying any byte sizes. The suffixes (k, m ...) are shown in lowercase.
1974 If disabled (default), Midnight Commander will use binary units (powers of 1024)
1975 and the suffixes are shown in upper case (K, M ...)
1977 .I Mix all files.
1978 If this option is enabled, all files and directories are shown mixed
1979 together.  If the option is desabled (default), directories (and links to
1980 directories) are shown at the beginning of the listing, and other files below.
1982 .I Show backup files.
1983 If enabled, the Midnight Commander will show files ending with a tilde.
1984 Otherwise, they won't be shown (like GNU's ls option \-B). Enabled by default.
1986 .I Show hidden files.
1987 If enabled, the Midnight Commander will show all files that start with
1988 a dot (like ls \-a). Disabled by default.
1990 .I Fast directory reload.
1991 If this option is enabled, the Midnight Commander will use a trick to
1992 determine if the directory contents have changed.  The trick is to reload
1993 the directory only if the i\-node of the directory has changed; this means
1994 that reloads only happen when files are created or deleted.  If what
1995 changes is the i\-node for a file in the directory (file size changes,
1996 mode or owner changes, etc) the display is not updated.  In these cases,
1997 if you have the option on, you have to rescan the directory manually
1998 (with C\-r). Disabled by default.
2000 .I Mark moves down.
2001 If enabled, the selection bar will move down when you mark a file (with
2002 Insert key). Enabled by default.
2004 .I Reverse files only.
2005 Allow revert selection of files only. Enabled by default.
2006 If enabled, the reverse selection is applied to files only, not to directories.
2007 The selection of directories is untouched. If off, the reverse selection
2008 is applied to files as well to directories: all unselected items become
2009 selected, and vice versa.
2011 .I Simple swap.
2012 If both panels contain file listing, simple swap means that panels exchange
2013 its screen positions: left panel become right one, and vice versa. If this
2014 option is unchecked, file listing panels exchange its content keeping listing
2015 format and sort options. Unchecked by default.
2017 .I Auto save panels setup.
2018 If this option is enabled, when you exit the Midnight Commander the
2019 current settings of panels are saved in the ~/.cache/mc/panels.ini file.
2020 Disabled by default.
2022 .B Navigation
2024 .I Lynx\-like motion.
2025 If this option is enabled, you may use the arrows keys to automatically
2026 chdir if the current selection is a subdirectory and the shell command
2027 line is empty. By default, this setting is off.
2029 .I Page scrolling.
2030 If set (the default), panel will scroll by half the display when the
2031 cursor reaches the end or the beginning of the panel, otherwise it
2032 will just scroll a file at a time.
2034 .I Mouse page scrolling.
2035 Controls whenever scrolling with the mouse wheel is done by pages or
2036 line by line on the panels.
2038 .B File highlight
2040 You can specify whether
2041 .I permissions
2043 .I file types
2044 should be highlighted with distinctive
2045 .\"LINK2"
2046 Colors\&.
2047 .\"Colors"
2048 If the permission highlighting is enabled, the parts of the
2049 .I perm
2051 .I mode
2052 .\"LINK2"
2053 display fields
2054 .\"Listing Mode..."
2055 which apply to the user running Midnight Commander are highlighted with
2056 the color defined by the
2057 .I selected
2058 keyword.  If the file type highlighting is enabled, file names are colored
2059 according to rules described in @sysconfdir@/mc/filehighlight.ini file. See
2060 .\"LINK2"
2061 Filenames Highlight
2062 .\"Filenames Highlight"
2063 for more info.
2065 .B Quick search
2067 You can specify how the
2068 .\"LINK2"
2069 Quick search
2070 .\"Quick search"
2071 mode should works: case insensitively, case sensitively or be matched
2072 to the the panel sort order: case sensitive or not.
2073 .\"NODE "    Confirmation"
2074 .SH "    Confirmation"
2075 In this dialog you configure the confirmation options for file deletion,
2076 overwriting files, execution by pressing enter, quitting the program,
2077 directory hotlist entries deletion and history cleanup.
2078  and.
2079 .\"NODE "    Display bits"
2080 .SH "    Display bits"
2081 This is used to configure the range of visible characters on the
2082 screen.  This setting may be 7\-bits if your terminal/curses supports
2083 only seven output bits, ISO\-8859\-1 displays all the characters in the
2084 ISO\-8859\-1 map and full 8 bits is for those terminals that can display
2085 full 8 bit characters.
2086 .\"NODE "    Learn keys"
2087 .SH "    Learn keys"
2088 This dialog allows you to test and redefine functional keys, cursor
2089 arrows and some other keys to make them work properly on your terminal.
2090 They often don't, since many terminal databases are incomplete or broken.
2092 You can move around with the Tab key and with the vi moving keys ('h'
2093 left, 'j' down, 'k' up and 'l' right).  Once you press any cursor movement
2094 key and it is recognized, you can use that key as well.
2096 You can test keys just by pressing each of them.  When you press a
2097 key and it is recognized properly, OK should appear next to the name
2098 of that key.  Once a key is marked OK it starts working as usually,
2099 e.g. F1 pressed the first time will just check that the F1 key works,
2100 but after that it will show help.  The same applies to the arrow keys.
2101 The Tab key should be working always.
2103 If some keys do not work properly then you won't see OK appear after
2104 pressing one of these.  Then you may want to redefine it.  Do it by pressing
2105 the button with the name of that key (either by the mouse or by Enter
2106 or Space after selecting the button with Tab or arrows).  Then a message
2107 box will appear asking you to press that key.  Do it and wait until the
2108 message box disappears.  If you want to abort, just press Escape once
2109 and wait.
2111 When you finish with all the keys, you can Save them.  The definitions
2112 for the keys you have redefined will be written into the [terminal:TERM]
2113 section of your ~/.config/mc/ini file (where TERM is the name of your current
2114 terminal).  The definitions of the keys that were already working properly
2115 are not saved.
2116 .\"NODE "    Virtual FS"
2117 .SH "    Virtual FS"
2118 This option gives you control over the settings of the
2119 .\"LINK2"
2120 Virtual File System\&.
2121 .\"Virtual File System"
2123 The Midnight Commander keeps in memory the information related to some
2124 of the virtual file systems to speed up the access to the files in the
2125 file system (for example, directory listings fetched from FTP servers).
2127 Also, in order to access the contents of compressed files (for example,
2128 compressed tar files) the Midnight Commander needs to create temporary
2129 uncompressed files on your disk.
2131 Since both the information in memory and the temporary files on disk
2132 take up resources, you may want to tune the parameters of the cached
2133 information to decrease your resource usage or to maximize the speed of
2134 access to frequently used file systems.
2136 Because of the format of the tar archives, the
2137 .I Tar filesystem
2138 needs to read the whole file just to load the file entries.  Since most
2139 tar files are usually kept compressed (plain tar files are species in
2140 extinction), the tar file system has to uncompress the file on the disk
2141 in a temporary location and then access the uncompressed file as a
2142 regular tar file.
2144 Now, since we all love to browse files and tar files all over the disk,
2145 it's common that you will leave a tar file and then re\-enter it later.
2146 Since decompression is slow, the Midnight Commander will cache the
2147 information in memory for a limited time.  When the timeout expires, all
2148 the resources associated with the file system are released.  The default
2149 timeout is set to one minute.
2152 .\"LINK2"
2153 FTP File System
2154 .\"FTP File System"
2155 (ftpfs) allows you to browse directories on remote FTP servers.  It has
2156 several options.
2158 .I ftp anonymous password
2159 is the password used when you login as "anonymous".  Some sites require
2160 a valid e\-mail address.  On the other hand, you probably don't want to
2161 give your real e\-mail address to untrusted sites, especially if you are
2162 not using spam filtering.
2164 ftpfs keeps the directory listing it fetches from a FTP server in a cache.
2165 The cache expire time is configurable with the
2166 .I ftpfs directory cache timeout
2167 option.  A low value for this option may slow down every operation on
2168 the ftpfs because every operation would require sending a request to the
2169 FTP server.
2171 You can define an FTP proxy host for doing FTP.  Note that most modern
2172 firewalls are fully transparent at least for passive FTP (see below), so
2173 FTP proxies are considered obsolete.
2176 .I Always use ftp proxy
2177 is not set, you can use the exclamation sign to enable proxy for certain
2178 hosts.  See
2179 .\"LINK2"
2180 FTP File System
2181 .\"FTP File System"
2182 for examples.
2184 If this option is set, the program will do two things: consult the
2185 @prefix@/lib/mc/mc.no_proxy file for lines containing host names that
2186 are local (if the host name starts with a dot, it is assumed to be a
2187 domain) and to assume that any hostnames without dots in their names are
2188 directly accessible.  All other hosts will be accessed through the
2189 specified FTP proxy.
2191 You can enable using
2192 .I ~/.netrc
2193 file, which keeps login names and passwords for ftp servers.  See netrc
2194 (5) for the description of the .netrc format.
2196 .I Use passive mode
2197 enables using FTP passive mode, when the connection for data transfer is
2198 initiated by the client, not by the server.  This option is recommended
2199 and enabled by default.  If this option is turned off, the data
2200 connection is initiated by the server.  This may not work with some
2201 firewalls.
2202 .\"NODE "    Save Setup"
2203 .SH "    Save Setup"
2204 At startup the Midnight Commander will try to load initialization
2205 information from the ~/.config/mc/ini file. If this file
2206 doesn't exist, it will load the information from the system\-wide
2207 configuration file, located in @prefix@/share/mc/mc.ini. If the 
2208 system\-wide configuration file doesn't exist, MC uses the default settings.
2211 .I Save Setup
2212 command creates the ~/.config/mc/ini file by saving the
2213 current settings of the
2214 .\"LINK2"
2215 Left, Right
2216 .\"Left and Right Menus"
2218 .\"LINK2"
2219 Options
2220 .\"Options Menu"
2221 menus.
2223 If you activate the
2224 .I auto save setup
2225 option, MC will always save the current settings when exiting.
2227 There also exist settings which can't be changed from the menus. To
2228 change these settings you have to edit the setup file with your
2229 favorite editor. See the section on
2230 .\"LINK2"
2231 Special Settings
2232 .\"Special Settings"
2233 for more information.
2234 .SH ""
2235 .\"NODE "Executing operating system commands"
2236 .SH "Executing operating system commands"
2237 You may execute commands by typing them directly in the Midnight
2238 Commander's input line, or by selecting the program you want to
2239 execute with the selection bar in one of the panels and hitting Enter.
2241 If you press Enter over a file that is not executable, the Midnight
2242 Commander checks the extension of the selected file against the
2243 extensions in the
2244 .\"LINK2"
2245 Extensions File\&.
2246 .\"Extension File Edit"
2247 If a match is found then the code associated with that extension is
2248 executed. A very simple
2249 .\"LINK2"
2250 macro expansion
2251 .\"Macro Substitution"
2252 takes place before executing the command.
2253 .\"NODE "  The cd internal command"
2254 .SH "  The cd internal command"
2256 .I cd
2257 command is interpreted by the Midnight Commander, it is not passed to
2258 the command shell for execution.  Thus it may not handle all of the
2259 nice macro expansion and substitution that your shell does, although it
2260 does some of them:
2262 .I Tilde substitution.
2263 The (~) will be substituted with your home directory, if you append a
2264 username after the tilde, then it will be substituted with the login
2265 directory of the specified user.
2267 For example, ~guest is the home directory for the user guest, while
2268 ~/guest is the directory guest in your home directory.
2270 .I Previous directory.
2271 You can jump to the directory you were previously by using the special
2272 directory name '\-' like this:
2273 .B cd \-
2275 .I CDPATH directories.
2276 If the directory specified to the
2277 .B cd
2278 command is not in the current directory, then The Midnight Commander
2279 uses the value in the environment variable
2280 .B CDPATH
2281 to search for the directory in any of the named directories.
2283 For example you could set your
2284 .B CDPATH
2285 variable to ~/src:/usr/src, allowing you to change your directory to
2286 any of the directories inside the ~/src and /usr/src directories, from
2287 any place in the file system by using its relative name (for example
2288 cd linux could take you to /usr/src/linux).
2289 .\"NODE "  Macro Substitution"
2290 .SH "  Macro Substitution"
2291 When accessing a
2292 .\"LINK2"
2293 user menu\&,
2294 .\"Menu File Edit"
2295 or executing an
2296 .\"LINK2"
2297 extension dependent command\&,
2298 .\"Extension File Edit"
2299 or running a command from the command line input, a simple macro
2300 substitution takes place.
2302 The macros are:
2304 .I %i
2305 The indent of blank space, equal the cursor column position.  For edit
2306 menu only.
2308 .I %y
2309 The syntax type of current file. For edit menu only.
2311 .I %k
2312 The block file name.
2314 .I %e
2315 The error file name.
2317 .I %m
2318 The current menu name.
2320 .IR %f " and " %p
2321 The current file name.
2323 .I %x
2324 The extension of current file name.
2326 .I %b
2327 The current file name without extension.
2329 .I %d
2330 The current directory name.
2332 .I %F
2333 The current file in the unselected panel.
2335 .I %D
2336 The directory name of the unselected panel.
2338 .I %t
2339 The currently tagged files.
2341 .I %T
2342 The tagged files in the unselected panel.
2344 .IR %u " and " %U
2345 Similar to the %t and %T macros, but in addition the files are untagged.
2346 You can use this macro only once per menu file entry or extension file
2347 entry, because next time there will be no tagged files.
2349 .IR %s " and " %S
2350 The selected files: The tagged files if there are any. Otherwise the
2351 current file.
2353 .I %cd
2354 This is a special macro that is used to change the current directory
2355 to the directory specified in front of it.  This is used primarily as
2356 an interface to the
2357 .\"LINK2"
2358 Virtual File System\&.
2359 .\"Virtual File System"
2361 .I %view
2362 This macro is used to invoke the internal viewer.  This macro can be
2363 used alone, or with arguments.  If you pass any arguments to this
2364 macro, they should be enclosed in brackets.
2366 The arguments are:
2367 .I ascii
2368 to force the viewer into ascii mode;
2369 .I hex
2370 to force the viewer into hex mode;
2371 .I nroff
2372 to tell the viewer that it should interpret the bold and underline
2373 sequences of nroff;
2374 .I unformatted
2375 to tell the viewer to not interpret nroff commands for making the text
2376 bold or underlined.
2378 .I %%
2379 The % character
2381 .I %{some text}
2382 Prompt for the substitution. An input box is shown and the text inside
2383 the braces is used as a prompt. The macro is substituted by the text
2384 typed by the user. The user can press ESC or F10 to cancel. This macro
2385 doesn't work on the command line yet.
2387 .I %var{ENV:default}
2388 If environment variable
2389 .I ENV
2390 is unset, the
2391 .I default
2392 is substituted.  Otherwise, the value of
2393 .I ENV
2394 is substituted.
2395 .\"NODE "  The subshell support"
2396 .SH "  The subshell support"
2397 The subshell support is a compile time option, that works with the
2398 shells: bash, tcsh and zsh.
2400 When the subshell code is activated the Midnight Commander will
2401 spawn a concurrent copy of your shell (the one defined in the
2402 .B SHELL
2403 variable and if it is not defined, then the one in the /etc/passwd
2404 file) and run it in a pseudo terminal, instead of invoking a new shell
2405 each time you execute a command, the command will be passed to the
2406 subshell as if you had typed it.  This also allows you to change the
2407 environment variables, use shell functions and define aliases that are
2408 valid until you quit the Midnight Commander.
2410 If you are using
2411 .B bash
2412 you can specify startup
2413 commands for the subshell in your ~/.local/share/mc/bashrc file and
2414 special keyboard maps in the ~/.local/share/mc/inputrc file.
2415 .B tcsh
2416 users may specify startup commands in the ~/.local/share/mc/tcshrc file.
2418 When the subshell code is used, you can suspend applications at any
2419 time with the sequence C\-o and jump back to the Midnight Commander, if
2420 you interrupt an application, you will not be able to run other
2421 external commands until you quit the application you interrupted.
2423 An extra added feature of using the subshell is that the prompt
2424 displayed by the Midnight Commander is the same prompt that you are
2425 currently using in your shell.
2428 .\"LINK2"
2429 OPTIONS
2430 .\"OPTIONS"
2431 section has more information on how you can control the subshell code.
2432 .\"NODE "Chmod"
2433 .SH "Chmod"
2434 The Chmod window is used to change the attribute bits in a group of
2435 files and directories.  It can be invoked with the C\-x c key combination.
2437 The Chmod window has two parts \-
2438 .I Permissions
2440 .IR File .
2442 In the File section are displayed the name of the file or directory
2443 and its permissions in octal form, as well as its owner and group.
2445 In the Permissions section there is a set of check buttons which
2446 correspond to the file attribute bits.  As you change the attribute
2447 bits, you can see the octal value change in the File section.
2449 To move between the widgets (buttons and check buttons) use the
2450 .I arrow keys
2451 or the
2452 .I Tab
2453 key.  To change the state of the check buttons or to select a button
2455 .I Space.
2456 You can also use the hotkeys on the buttons to quickly activate them.
2457 Hotkeys are shown as highlighted letters on the buttons.
2459 To set the attribute bits, use the Enter key.
2461 When working with a group of files or directories, you just click on
2462 the bits you want to set or clear.  Once you have selected the bits
2463 you want to change, you select one of the action buttons (Set marked
2464 or Clear marked).
2466 Finally, to set the attributes exactly to those specified, you can use
2468 .B [Set all]
2469 button, which will act on all the tagged files.
2471 .B [Marked all]
2472 set only marked attributes to all selected files
2474 .B [Set marked]
2475 set marked bits in attributes of all selected files
2477 .B [Clean marked]
2478 clear marked bits in attributes of all selected files
2480 .B [Set]
2481 set the attributes of one file
2483 .B [Cancel]
2484 cancel the Chmod command
2485 .\"NODE "Chown"
2486 .SH "Chown"
2487 The Chown command is used to change the owner/group of a file. The hot
2488 key for this command is C\-x o.
2489 .\"NODE "Advanced Chown"
2490 .SH "Advanced Chown"
2491 The Advanced Chown command is the
2492 .\"LINK2"
2493 Chmod
2494 .\"Chmod"
2496 .\"LINK2"
2497 Chown
2498 .\"Chown"
2499 command combined into one window. You can change the permissions and
2500 owner/group of files at once.
2501 .\"NODE "File Operations"
2502 .SH "File Operations"
2503 When you copy, move or delete files the Midnight Commander shows the
2504 file operations dialog.  It shows the files currently being processed
2505 and uses up to three progress bars.  The file bar indicates the
2506 percentage of the current file that has been processed so far.  The
2507 count bar shows how many of the tagged files have been handled.  The
2508 bytes bar indicates the percentage of the total size of the tagged files
2509 that has been handled.  If the verbose option is off, the file and bytes
2510 bars are not shown.
2512 There are two buttons at the bottom of the dialog. Pressing the Skip
2513 button will skip the rest of the current file. Pressing the Abort
2514 button will abort the whole operation, the rest of the files are
2515 skipped.
2517 There are three other dialogs which you can run into during the file
2518 operations.
2520 The error dialog informs about error conditions and has three choices.
2521 Normally you select either the Skip button to skip the file or the Abort
2522 button to abort the operation altogether.  You can also select the Retry
2523 button if you fixed the problem from another terminal.
2525 The replace dialog is shown when you attempt to copy or move a file on
2526 the top of an existing file.  The dialog shows the dates and sizes of
2527 the both files.  Press the Yes button to overwrite the file, the No
2528 button to skip the file, the All button to overwrite all the files, the
2529 None button to never overwrite and the Update button to overwrite if the
2530 source file is newer than the target file.  You can abort the whole
2531 operation by pressing the Abort button.
2533 The recursive delete dialog is shown when you try to delete a directory
2534 which is not empty.  Press the Yes button to delete the directory
2535 recursively, the No button to skip the directory, the All button to
2536 delete all the directories and the None button to skip all the non\-empty
2537 directories.  You can abort the whole operation by pressing the Abort
2538 button.  If you selected the Yes or All button you will be asked for a
2539 confirmation.  Type "yes" only if you are really sure you want to do the
2540 recursive delete.
2542 If you have tagged files and perform an operation on them only the files
2543 on which the operation succeeded are untagged. Failed and skipped files
2544 are left tagged.
2545 .\"NODE "Mask Copy/Rename"
2546 .SH "Mask Copy/Rename"
2547 The copy/move operations let you translate the names of files in an
2548 easy way.  To do it, you have to specify the correct source mask and
2549 usually in the trailing part of the destination specify some wildcards.
2550 All the files matching the source mask are copied/renamed according to
2551 the target mask.  If there are tagged files, only the tagged files
2552 matching the source mask are renamed.
2554 There are other options which you can set:
2556 .B Follow links
2558 determines whether make the symlinks and hardlinks in the source
2559 directory (recursively in subdirectories) new links in the target
2560 directory or whether would you like to copy their content.
2562 .B Dive into subdirs
2564 determines the behavior when the source directory is about to be copied,
2565 but the target directory already exists.  The default action is to copy
2566 the contents of the source directory into the target directory.
2567 Enabling this option causes copying the source directory itself into the
2568 target directory.
2570 For example, you want to copy directory
2571 .I /foo
2572 containing file
2573 .I bar
2575 .IR /bla/foo ,
2576 which is an already existing directory.  Normally (when
2577 .B Dive into subdirs
2578 is not set), mc would copy file
2579 .I /foo/bar
2580 into the file
2581 .IR /bla/foo/bar .
2582 By enabling this option the
2583 .I /bla/foo/foo
2584 directory will be created, and
2585 .I /foo/bar
2586 will be copied into
2587 .IR /bla/foo/foo/bar .
2589 .B Preserve attributes
2591 determines whether to preserve the permissions, timestamps and (if you
2592 are root) the ownership of the original files.  If this option is not
2593 set, the current value of the umask will be respected.
2595 .B Use shell patterns on
2597 When the shell patterns option is on you can use the '*' and '?'
2598 wildcards in the source mask.  They work like they do in the shell.  In
2599 the target mask only the '*' and '\\<digit>' wildcards are allowed.  The
2600 first '*' wildcard in the target mask corresponds to the first wildcard
2601 group in the source mask, the second '*' corresponds to the second group
2602 and so on.  The '\\1' wildcard corresponds to the first wildcard group
2603 in the source mask, the '\\2' wildcard corresponds to the second group
2604 and so on all the way up to '\\9'.  The '\\0' wildcard is the whole
2605 filename of the source file.
2607 Two examples:
2609 If the source mask is "*.tar.gz", the destination is "/bla/*.tgz" and the
2610 file to be copied is "foo.tar.gz", the copy will be "foo.tgz" in "/bla".
2612 Suppose you want to swap basename and extension so that "file.c" would
2613 become "c.file" and so on.  The source mask for this is "*.*" and the
2614 destination is "\\2.\\1".
2616 .B Use shell patterns off
2618 When the shell patterns option is off the MC doesn't do automatic
2619 grouping anymore. You must use '\\(...\\)' expressions in the source
2620 mask to specify meaning for the wildcards in the target mask. This is
2621 more flexible but also requires more typing. Otherwise target masks
2622 are similar to the situation when the shell patterns option is on.
2624 Two examples:
2626 If the source mask is "^\\(.*\\)\\.tar\\.gz$", the destination is
2627 "/bla/*.tgz" and the file to be copied is "foo.tar.gz", the copy
2628 will be "/bla/foo.tgz".
2630 Let's suppose you want to swap basename and extension so that "file.c"
2631 will become "c.file" and so on. The source mask for this is
2632 "^\\(.*\\)\\.\\(.*\\)$" and the destination is "\\2.\\1".
2634 .B Case Conversions
2636 You can also change the case of the filenames.  If you use '\\u'
2637 or '\\l' in the target mask, the next character will be converted to
2638 uppercase or lowercase correspondingly.
2640 If you use '\\U' or '\\L' in the target mask, the next characters will
2641 be converted to uppercase or lowercase correspondingly up to the
2642 next '\\E' or next '\\U', '\\L' or the end of the file name.
2644 The '\\u' and '\\l' are stronger than '\\U' and '\\L'.
2646 For example, if the source mask is '*' (shell patterns on) or '^\\(.*\\)$'
2647 (shell patterns off) and the target mask is '\\L\\u*' the file names
2648 will be converted to have initial upper case and otherwise lower case.
2650 You can also use '\\' as a quote character. For example, '\\\\' is
2651 a backslash and '\\*' is an asterisk.
2653 .B Stable symlinks
2655 commands Midnight Commander, that it should change symlinks in the target,
2656 so that they'll point to the same location as it did before. With absolute
2657 symbolic links this does nothing, but if you have a relative one, it will
2658 recompute its value, adding necessary ../ and other directory parts and making
2659 the value as short as possible (most modern filesystems keep short symlinks
2660 inside inodes and thus don't waste much disk space).
2662 .\"NODE "Select/Unselect Files"
2663 .SH "Select/Unselect Files"
2664 The dialog of group of files and directories selection or uselection.
2666 .\"LINK2"
2667 input line
2668 .\"Input Line Keys"
2669 allow enter the regular expression of filenames that will be
2670 selected/unselected.
2672 When
2673 .I Files only
2674 checkbox is on, only files will be selected.  If
2675 .I Files only
2676 is off, as files as directories will be selected.
2677 When
2678 .I Shell Patterns
2679 checkbox is on, the regular expression is much like the filename globbing
2680 in the shell (* standing for zero or more characters and ?  standing
2681 for one character). If
2682 .I Shell Patterns
2683 is off, then the tagging of files is done with normal regular
2684 expressions (see ed (1)). When
2685 .I Case sensitive
2686 checkbox is on, the selection will be case sensitive characters.
2688 .I Case sensitive
2689 is off, the case will be ignored.
2690 .\"NODE "Diff Viewer"
2691 .SH "Internal Diff Viewer"
2692 The mcdiff is a visual diff tool. You can compare two files and edit them
2693 in\-place (diffs are updated dynamically). You can browse and view a working
2694 copy from popular version control systems (GIT, Subversion, etc).
2696 Following shortcuts are available in internal diff viewer of Midnight
2697 Commander.
2699 .B F1
2700 Invoke the built\-in hypertext help viewer.
2702 .B F2
2703 Save modified files.
2705 .B F4
2706 Edit file of the left panel in the internal editor.
2708 .B F14
2709 Edit file of the right panel in the internal editor.
2711 .B F5
2712 Merge the current hunk. Only the current hunk will be merged.
2714 .B F7
2715 Start search.
2717 .B F17
2718 Continue search.
2720 .B F10, Esc, q
2721 Exit from diff viewer.
2723 .B Alt\-s, s
2724 Toggle show of hunk status.
2726 .B Alt\-n, l
2727 Toggle show of line numbers.
2729 .B f
2730 Maximize left panel.
2732 .B \=
2733 Make panels equal in width.
2735 .B \>
2736 Reduce the size of the right panel.
2738 .B \<
2739 Reduce the size of the left panel.
2741 .B c
2742 Toggle show of trailing carriage return (CR) symbol as ^M.
2744 .B 2, 3, 4, 8
2745 Set tabulation size
2747 .B C\-u
2748 Swap contents of diff panels.
2750 .B C\-r
2751 Refresh the screen.
2753 .B C\-o
2754 Switch to the subshell and show the command screen.
2756 .B Enter, Space, n
2757 Find next diff hunk.
2759 .B Backspace, p
2760 Find previous diff hunk.
2762 .B g
2763 Go to line.
2765 .B Down
2766 Scroll one line forward.
2768 .B Up
2769 Scroll one line backward.
2771 .B PageUp
2772 Move one page up.
2774 .B PageDown
2775 Mves one page down.
2777 .B Home, A1
2778 Moves to the line beginning.
2780 .B End
2781 Moves to the line end.
2783 .B C\-Home
2784 Move to the file beginning.
2786 .B C\-End, C1
2787 Move to the file end.
2788 .\"NODE "Internal File Viewer"
2789 .SH "Internal File Viewer"
2790 The internal file viewer provides two display modes: ASCII and hex.
2791 To toggle between modes, use the F4 key.
2793 The viewer will try to use the best method provided by your system or
2794 the file type to display the information.
2795 Some character sequences, which appear most often in preformatted manual
2796 pages, are displayed bold and underlined, thus making a pretty display
2797 of your files.
2799 When in hex mode, the search function accepts text in quotes and
2800 constant numbers.  Text in quotes is matched exactly after removing
2801 the quotes.  Each number matches one byte.  You can mix quoted text
2802 with constants like this:
2805 "String" \-1 0xBB 012 "more text"
2808 Note that 012 is an octal number.  \-1 is converted to 0xFF.
2810 Here is a listing of the actions associated with each key that the
2811 Midnight Commander handles in the internal file viewer.
2813 .B F1
2814 Invoke the built\-in hypertext help viewer.
2816 .B F2
2817 Toggle the wrap mode.
2819 .B F4
2820 Toggle the hex mode.
2822 .B F5
2823 Goto line.  This will prompt you for a line number and will display
2824 that line.
2826 .B F6, /.
2827 Regular expression search.
2829 .B ?,
2830 Reverse regular expression search.
2832 .B F7
2833 Normal search / hex mode search.
2835 .B C\-s, F17, n.
2836 Start normal search if there was no previous search expression else
2837 find next match.
2839 .B C\-r.
2840 Start reverse search if there was no previous search expression else
2841 find next match.
2843 .B F8
2844 Toggle Raw/Parsed mode: This will show the file as found on disk or if
2845 a processing filter has been specified in the mc.ext file, then the
2846 output from the filter. Current mode is always the other than written
2847 on the button label, since on the button is the mode which you enter
2848 by that key.
2850 .B F9
2851 Toggle the format/unformat mode: when format mode is on the viewer
2852 will interpret some string sequences to show bold and underline with
2853 different colors. Also, on button label is the other mode than current.
2855 .B F10, Esc.
2856 Exit the internal file viewer.
2858 .B next\-page, space, C\-v.
2859 Scroll one page forward.
2861 .B prev\-page, Alt\-v, C\-b, Backspace.
2862 Scroll one page backward.
2864 .B down\-key
2865 Scroll one line forward.
2867 .B up\-key
2868 Scroll one line backward.
2870 .B C\-l
2871 Refresh the screen.
2873 .B C\-o
2874 Switch to the subshell and show the command screen.
2876 .B !
2877 Like C\-o, but run a new shell if the subshell is not running.
2879 .B "[n] m"
2880 Set the mark n.
2882 .B "[n] r"
2883 Jump to the mark n.
2885 .B C\-f
2886 Jump to the next file.
2888 .B C\-b
2889 Jump to the previous file.
2891 .B Alt\-r
2892 Toggle the ruler.
2894 .B Alt\-e
2895 to change charset of displayed text may use M\-e (Alt\-e).
2896 Recoding is made from selected codepage into system codepage. To
2897 cancel the recoding you may select "<No translation>" in charset
2898 selection dialog.
2900 It's possible to instruct the file viewer how to display a file, look
2901 at the
2902 .\"LINK2"
2903 Extension File Edit section
2904 .\"Extension File Edit"
2906 .\"NODE "Internal File Editor"
2907 .SH "Internal File Editor"
2908 The internal file editor is a full\-featured full screen editor.  It can
2909 edit files up to 64 megabytes.  It is possible to edit binary files.
2910 The internal file editor is invoked using
2911 .B F4
2912 if the
2913 .I use_internal_edit
2914 option is set in the initialization file.
2916 The features it presently supports are: block copy, move, delete, cut,
2917 paste; key for key undo; pull\-down menus; file insertion; macro
2918 commands; regular expression search and replace; shift\-arrow text highlighting
2919 (if supported by the terminal); insert\-overwrite toggle; word wrap;
2920 autoindent; tunable tab size; syntax highlighting for various file
2921 types; and an option to pipe text blocks through shell commands like
2922 indent and ispell.
2924 Sections:
2926 .\"LINK2"
2927 Options of editor in ini\-file
2928 .\"Internal File Editor / options"
2930 The editor is very easy to use and requires no tutoring. To see what
2931 keys do what, just consult the appropriate pull\-down menu. Other keys
2932 are: Shift movement keys do text highlighting.
2933 .B Ctrl\-Ins
2934 copies to the file
2935 .B mcedit.clip
2937 .B Shift\-Ins
2938 pastes from mcedit.clip.
2939 .B Shift\-Del
2940 cuts to
2941 .BR mcedit.clip ,
2943 .B Ctrl\-Del
2944 deletes highlighted text. Mouse highlighting also works, and you
2945 can override the mouse as usual by holding down the shift key
2946 while dragging the mouse to let normal terminal mouse highlighting
2947 work.
2949 To define a macro, press
2950 .B Ctrl\-R
2951 and then type out the key
2952 strokes you want to be executed. Press
2953 .B Ctrl\-R
2954 again when finished. You can then assign the macro to any key you
2955 like by pressing that key. The macro is executed when you press
2956 .B Ctrl\-A
2957 and then the assigned key. The macro is also executed if
2958 you press Meta, Ctrl, or Esc and the assigned key, provided that the
2959 key is not used for any other function. Once defined, the macro
2960 commands go into the file
2961 .B ~/.local/share/mc/mcedit/mcedit.macros
2962 You can delete a macro by deleting the
2963 appropriate line in this file.
2965 To change charset of displayed text may use M\-e (Alt\-e).
2966 Recoding is made from selected codepage into system codepage. To
2967 cancel the recoding you may select "<No translation>" in charset
2968 selection dialog.
2970 .B F19
2971 will format the currently highlighted block (plain text or
2972 .B C
2974 .B C++
2975 code or another). This is controlled by the
2976 file
2977 .B @prefix@/share/mc/edit.indent.rc
2978 which is copied to
2979 .B ~/.local/share/mc/mcedit/edit.indent.rc
2980 in your home directory the first time you use it.
2982 The editor also displays non\-us characters (160+). When editing
2983 binary files, you should set
2984 .B display bits
2985 to 7 bits in the options menu to keep the spacing clean.
2987 .\"NODE "Internal File Editor / options"
2988 .SH "Options of editor in ini\-file"
2990 Some editor options of ini\-file are described in this section.
2991 Options are placed in [Midnight\-Commander] section
2993 .I editor_wordcompletion_collect_entire_file
2994 Search autocomplete candidates in entire of file or just from
2995 begin of file to cursor position (0)
2997 .\"NODE "Screen selector"
2998 .SH "Screen selector"
2999 Midnight Commander supports running many internal modules (such as
3000 editor, viewer and diff viewer) simultaneously and switching between
3001 them without closing open files. Using several file managers at a time,
3002 however, is not currently supported.
3004 Let's call each of these modules a screen. There are three ways to
3005 switch between screens, using one of these global shortcuts:
3007 .B Alt\-}
3008 switch to the next screen;
3010 .B Alt\-{
3011 switch to the previous screen;
3013 .B Alt\-`
3014 open a dialog window with the list of currently open screens (or use the
3015 "Screen list" menu item).
3016 .\"NODE "Completion"
3017 .SH "Completion"
3018 Let the Midnight Commander type for you.
3020 Attempt to perform completion on the text before current position.  MC
3021 attempts completion treating the text as variable (if the text begins
3022 with
3023 .BR $ ),
3024 username (if the text begins with
3025 .BR ~ ),
3026 hostname (if the text begins with
3027 .BR @ )
3028 or command (if you are on the command line in the position where you
3029 might type a command, possible completions then include shell reserved
3030 words and shell built\-in commands as well) in turn.  If none of these
3031 matches, filename completion is attempted.
3033 Filename, username, variable and hostname completion works on all input
3034 lines, command completion is command line specific.  If the completion
3035 is ambiguous (there are more different possibilities), MC beeps and the
3036 following action depends on the setting of the
3037 .I Complete: show all
3038 option in the
3039 .\"LINK2"
3040 Configuration
3041 .\"Configuration"
3042 dialog.  If it is enabled, a list of all possibilities pops up next to
3043 the current position and you can select with the arrow keys and
3044 .B Enter
3045 the correct entry.  You can also type the first letters in which the
3046 possibilities differ to move to a subset of all possibilities and
3047 complete as much as possible.  If you press
3048 .B Alt\-Tab
3049 again, only the subset will be shown in the listbox, otherwise the first
3050 item which matches all the previous characters will be highlighted.  As
3051 soon as there is no ambiguity, dialog disappears, but you can hide it by
3052 canceling keys
3053 .BR Esc ,
3054 .B F10
3055 and left and right arrow keys. If
3056 .\"LINK2"
3057 Complete: show all
3058 .\"Configuration"
3059 is disabled, the dialog pops up only if you press
3060 .B Alt\-Tab
3061 for the second time, for the first time MC just beeps.
3062 .\"NODE "Virtual File System"
3063 .SH "Virtual File System"
3064 The Midnight Commander is provided with a code layer to access the file
3065 system; this code layer is known as the virtual file system switch.  The
3066 virtual file system switch allows the Midnight Commander to manipulate
3067 files not located on the Unix file system.
3069 Currently the Midnight Commander is packaged with some Virtual File
3070 Systems (VFS): the
3071 .I local
3072 file system, used for accessing the regular Unix file system; the
3073 .IR ftpfs ,
3074 used to manipulate files on remote systems with the FTP protocol; the
3075 .IR tarfs ,
3076 used to manipulate tar and compressed tar files; the
3077 .IR undelfs ,
3078 used to recover deleted files on ext2 file systems (the default file
3079 system for Linux systems),
3080 .I fish
3081 (for manipulating files over shell connections such as rsh and ssh).
3082 If the code was compiled with
3083 .I smbfs
3084 support, you can manipulate files on remote systems with the SMB (CIFS)
3085 protocol.
3087 A generic
3088 .I extfs
3089 (EXTernal virtual File System) is provided in order to easily expand
3090 VFS capabilities using scripts and external software.
3092 The VFS switch code will interpret all of the path names used and will
3093 forward them to the correct file system, the formats used for each one
3094 of the file systems is described later in their own section.
3095 .\"NODE "  FTP File System"
3096 .SH "  FTP File System"
3097 The FTP File System (ftpfs) allows you to manipulate files on remote
3098 machines.  To actually use it, you can use the
3099 .I FTP link
3100 item in the menu or directly change your current directory using the
3101 .I cd
3102 command to a path name that looks like this:
3104 .I /#ftp:[!][user[:pass]@]machine[:port][remote\-dir]
3107 .IR user ,
3108 .I port
3110 .I remote\-dir
3111 elements are optional.  If you specify the
3112 .I user
3113 element, the Midnight Commander will login to the remote machine as that
3114 user, otherwise it will use anonymous login or the login name from the
3115 .I ~/.netrc
3116 file.  The optional
3117 .I pass
3118 element is the password used for the connection.  Using the password in
3119 the VFS directory name is not recommended, because it can appear on the
3120 screen in clear text and can be saved to the directory history.
3122 To enable using FTP proxy, prepend
3123 .B !
3124 (an exclamation sign) to the hostname.
3126 Examples:
3129     /#ftp:ftp.nuclecu.unam.mx/linux/local
3130     /#ftp:tsx\-11.mit.edu/pub/linux/packages
3131     /#ftp:!behind.firewall.edu/pub
3132     /#ftp:guest@remote\-host.com:40/pub
3133     /#ftp:miguel:xxx@server/pub
3136 Please check the
3137 .\"LINK2"
3138 Virtual File System
3139 .\"Virtual FS"
3140 dialog box for ftpfs options.
3141 .\"NODE "  Tar File System"
3142 .SH "  Tar File System"
3143 The tar file system provides you with read\-only access to your tar
3144 files and compressed tar files by using the chdir command.  To change
3145 your directory to a tar file, you change your current directory to the
3146 tar file by using the following syntax:
3148 .I /filename.tar#utar/[dir\-inside\-tar]
3150 The mc.ext file already provides a shortcut for tar files, this means
3151 that usually you just point to a tar file and press return to enter
3152 into the tar file, see the
3153 .\"LINK2"
3154 Extension File Edit
3155 .\"Extension File Edit"
3156 section for details on how this is done.
3158 Examples:
3161     mc\-3.0.tar.gz#utar/mc\-3.0/vfs
3162     /ftp/GCC/gcc\-2.7.0.tar#utar
3165 The latter specifies the full path of the tar archive.
3166 .\"NODE "  FIle transfer over SHell filesystem"
3167 .SH "  FIle transfer over SHell filesystem"
3168 The fish file system is a network based file system that allows you to
3169 manipulate the files in a remote machine as if they were local. To use
3170 this, the other side has to either run fish server, or has to have
3171 bash\-compatible shell.
3173 To connect to a remote machine, you just need to chdir
3174 into a special directory which name is in the following
3175 format:
3177 .I /#sh:[user@]machine[:options]/[remote\-dir]
3180 .I user,
3181 .I options
3183 .I remote\-dir
3184 elements are optional.  If you specify the
3185 .I user
3186 element, the Midnight Commander will try to login on the remote
3187 machine as that user, otherwise it will use your login name.
3189 The available
3190 .I options
3191 are:
3193   'C' \- use compression;
3194   'r' \- use rsh instead of ssh;
3195   port \- specify the port used by remote server.
3197 If the
3198 .I remote\-dir
3199 element is present, your current directory on the remote machine will be
3200 set to this one.
3202 Examples:
3205     /#sh:onlyrsh.mx:r/linux/local
3206     /#sh:joe@want.compression.edu:C/private
3207     /#sh:joe@noncompressed.ssh.edu/private
3208     /#sh:joe@somehost.ssh.edu:2222/private
3210 .\"NODE "  Undelete File System"
3211 .SH "  Undelete File System"
3212 On Linux systems, if you asked configure to use the ext2fs undelete
3213 facilities, you will have the undelete file system available.
3214 Recovery of deleted files is only available on ext2 file systems.  The
3215 undelete file system is just an interface to the ext2fs library to
3216 retrieve all of the deleted files names on an ext2fs and provides and
3217 to extract the selected files into a regular partition.
3219 To use this file system, you have to chdir into the special file name
3220 formed by the "/#undel" prefix and the file name where the actual
3221 file system resides.
3223 For example, to recover deleted files on the second partition of the
3224 first SCSI disk on Linux, you would use the following path name:
3227     /#undel:sda2
3230 It may take a while for the undelfs to load the required information
3231 before you start browsing files there.
3232 .\"NODE "  SMB File System"
3233 .SH "  SMB File System"
3234 The smbfs allows you to manipulate files on remote machines with SMB
3235 (or CIFS) protocol.  These include Windows for Workgroups,
3236 Windows 9x/ME/XP, Windows NT, Windows 2000 and Samba.
3237 To actually use it, you may try to use the panel command "SMB link..."
3238 (accessible from the menubar) or you may directly change your current
3239 directory to it using the cd command to a path name that looks like this:
3241 .I /#smb:[user@]machine[/service][/remote\-dir]
3244 .IR user ,
3245 .I service
3247 .I remote\-dir
3248 elements are optional.
3250 .IR user ,
3251 .I domain
3253 .I password
3254 can be specified in an input dialog.
3256 Examples:
3259     /#smb:machine/Share
3260     /#smb:other_machine
3261     /#smb:guest@machine/Public/Irlex
3263 .\"NODE "  EXTernal File System"
3264 .SH "  EXTernal File System"
3265 .B extfs
3266 allows to integrate numerous features and file types into GNU Midnight
3267 Commander in an easy way, by writing scripts.
3269 Extfs filesystems can be divided into two categories:
3271 1. Stand\-alone filesystems, which are not associated with any existing
3272 file.  They represent certain system\-wide data as a directory tree.
3273 You can invoke them by typing
3274 .RI ' "cd #fsname" '
3275 where fsname is an extfs short name (see below).  Examples of such
3276 filesystems include audio (list audio tracks on the CD) or apt (list of
3277 all Debian packages in the system).
3279 For example, to list CD\-Audio tracks on your CD\-ROM drive, type
3282   cd #audio
3285 2. 'Archive' filesystems (like rpm, patchfs and more), which represent
3286 contents of a file as a directory tree.  It can consist of 'real' files
3287 compressed in an archive (urar, rpm) or virtual files, like messages
3288 in a mailbox (mailfs) or parts of a patch (patchfs).  To access such
3289 filesystems
3290 .RI ' #fsname '
3291 should be appended to the archive name.  Note that the archive itself
3292 can be on another vfs.
3294 For example, to list contents of a zip archive documents.zip type
3297   cd documents.zip#uzip
3300 In many aspects, you could treat extfs like any other directory.  For
3301 instance, you can add it to the hotlist or change to it from directory
3302 history.  An important limitation is that you cannot invoke shell
3303 commands inside extfs, just like any other non\-local VFS.
3305 Common extfs scripts included with Midnight Commander are:
3307 .B a
3308 access 'A:' DOS/Windows diskette
3309 .RI ( "cd #a" ).
3311 .B apt
3312 front end to Debian's APT package management system
3313 .RI ( "cd #apt" ).
3315 .B audio
3316 audio CD ripping and playing
3317 .RI ( "cd #audio"
3319 .IR "cd device#audio" ).
3321 .B bpp
3322 package of Bad Penguin GNU/Linux distribution
3323 .RI ( "cd file.bpp#bpp" ).
3325 .B deb
3326 package of Debian GNU/Linux distribution
3327 .RI ( "cd file.deb#deb" ).
3329 .B dpkg
3330 Debian GNU/Linux installed packages
3331 .RI ( "cd #deb" ).
3333 .B hp48
3334 view and copy files to/from a HP48 calculator
3335 .RI ( "cd #hp48" ).
3337 .B lslR
3338 browsing of lslR listings as found on many FTPs
3339 .RI ( "cd filename#lslR" ).
3341 .B mailfs
3342 mbox\-style mailbox files support
3343 .RI ( "cd mailbox#mailfs" ).
3345 .B patchfs
3346 extfs to handle unified and context diffs
3347 .RI ( "cd filename#patchfs" ).
3349 .B rpm
3350 RPM package
3351 .RI ( "cd filename#rpm" ).
3353 .B rpms
3354 RPM database management
3355 .RI ( "cd #rpms" ).
3357 .B ulha, urar, uzip, uzoo, uar, uha
3358 archivers
3359 .RI ( "cd archive#xxxx"
3360 where xxxx is one of:
3361 .IR ulha ,
3362 .IR urar ,
3363 .IR uzip ,
3364 .IR uzoo ,
3365 .IR uar ,
3366 .IR uha ).
3368 You could bind file type/extension to specified extfs as described in the
3369 .\"LINK2"
3370 Extension File Edit
3371 .\"Extension File Edit"
3372 section.  Here is an example entry for Debian packages:
3375   regex/\.deb$
3376           Open=%cd %p#deb
3378 .\"NODE "Colors"
3379 .SH "Colors"
3380 The Midnight Commander will try to detect if your terminal supports
3381 color using the terminal database and your terminal name.  Sometimes
3382 it gets confused, so you may force color mode or disable color mode
3383 using the \-c and \-b flag respectively.
3385 If the program is compiled with the Slang screen manager instead of
3386 ncurses, it will also check the variable
3387 .B COLORTERM,
3388 if it is set, it has the same effect as the \-c flag.
3390 You may specify terminals that always force color mode
3391 by adding the
3392 .I color_terminals
3393 variable to the Colors section of the initialization file.  This will
3394 prevent the Midnight Commander from trying to detect if your terminal
3395 supports color.  Example:
3398 [Colors]
3399 color_terminals=linux,xterm
3400 color_terminals=terminal\-name1,terminal\-name2...
3403 The program can be compiled with both ncurses and slang, ncurses does
3404 not provide a way to force color mode: ncurses uses just the
3405 information in the terminal database.
3407 The Midnight Commander provides a way to change the default colors.
3408 Currently the colors are configured using the environment variable
3409 .B MC_COLOR_TABLE
3410 or the Colors section in the initialization file.
3412 In the Colors section, the default color map is loaded from the
3413 .I base_color
3414 variable.  You can specify an alternate color map for a terminal by
3415 using the terminal name as the key in this section.  Example:
3418 [Colors]
3419 base_color=
3420 xterm=menu=magenta:marked=,magenta:markselect=,red
3423 The format for the color definition is:
3426   <keyword>=<fgcolor>,<bgcolor>,<attributes>:<keyword>=...
3429 The colors are optional, and the keywords are: normal, selected, disabled, marked,
3430 markselect, errors, input, inputmark, inputunchanged, commandlinemark,
3431 reverse, gauge, header, inputhistory, commandhistory. Button bar colors are:
3432 bbarhotkey, bbarbutton. Status bar color: statusbar. Menu colors are: menunormal,
3433 menusel, menuhot, menuhotsel, menuinactive. Dialog colors are: dnormal, dfocus,
3434 dhotnormal, dhotfocus, dtitle. Error dialog colors are: errdfocus, errdhotnormal,
3435 errdhotfocus, errdtitle.  Help colors are: helpnormal, helpitalic, helpbold,
3436 helplink, helpslink, helptitle.  Viewer color are: viewbold, viewunderline, viewselected.
3437 Editor colors are: editnormal, editbold, editmarked, editwhitespace, editlinestate.
3438 Popup menu colors are: pmenunormal, pmenusel, pmenutitle.
3440 .I header
3441 determines the color of panel header, the line that contains column titles
3442 and sort mode indicator.
3444 .I input
3445 determines the color of input lines used in query dialogs.
3447 .I gauge
3448 determines the color of the filled part of the progress bar (gauge),
3449 which is used to show the user the progress of file operations, such as
3450 copying.
3452 .I disabled
3453 determines the color of the widget that cannot be selected.
3455 The dialog boxes use the following colors:
3456 .I dnormal
3457 is used for the normal text,
3458 .I dfocus
3459 is the color used for the currently selected component,
3460 .I dhotnormal
3461 is the color used to differentiate the hotkey color in normal
3462 components, whereas the
3463 .I dhotfocus
3464 color is used for the highlighted color in the currently selected
3465 component.
3467 Menus use the same scheme but uses the menunormal, menusel, menuhot, menuhotsel
3468 and menuinactive tags instead.
3470 Help uses the following colors:
3471 .I helpnormal
3472 is used for normal text,
3473 .I helpitalic
3474 is used for text which is emphasized in italic in the manual page,
3475 .I helpbold
3476 is used for text which is emphasized in bold in the manual page,
3477 .I helplink
3478 is used for not selected hyperlinks and
3479 .I helpslink
3480 is used for selected hyperlink.
3482 Popup menu uses following colors:
3483 .I pmenunormal
3484 is used for non-selected menu items and as a main color of popup menu window,
3485 .I pmenusel
3486 is used for selected menu item,
3487 .I pmenutitle
3488 is used for popup menu title.
3490 The possible colors are: black, gray, red, brightred, green,
3491 brightgreen, brown, yellow, blue, brightblue, magenta, brightmagenta,
3492 cyan, brightcyan, lightgray and white. And there is a special keyword
3493 for transparent background. It is 'default'. The 'default' can only be
3494 used for background color. Another special keyword "base" means mc's main
3495 colors.  When 256 colors are available, they can be specified either as
3496 color16 to color255, or as rgb000 to rgb555 and gray0 to gray23. Example:
3499 [Colors]
3500 base_color=normal=white,default:marked=magenta,default
3503 Attributes can be any of bold, underline, reverse and blink, appended by a
3504 plus sign if more than one are desired.  The special word "none" means no
3505 attributes, without attempting to fall back to base_color.  Example:
3508 menuhotsel=yellow;black;bold+underline
3511 .\"NODE "Skins"
3512 .SH "Skins"
3513 You can change the appearance of Midnight Commander.
3514 To do this, you must specify a file that contain descriptions of colors
3515 and lines to draw boxes. Redefining of the colors is entirely compatible
3516 with the assignment of colors, as described in Section
3517 .\"LINK2"
3518 Colors\&.
3519 .\"Colors"
3521 If your skin contains any of 256\-color definitions, you should define the
3522 '256colors' key set to TRUE value in [skin] section.
3525 A skin\-file is searched on the following algorithm (to the first one found):
3528 1) command line option
3529 .B \-S \<skin\>
3531 .B \-\-skin=\<skin\>
3533 2) Environment variable
3534 .B MC_SKIN
3536 3) In config file parameter
3537 .B skin
3538 in section
3539 .B [Midnight\-Commander]
3541 4) File
3542 .B @sysconfdir@/mc/skins/default.ini
3544 5) File
3545 .B @prefix@/share/mc/skins/default.ini
3548 Command line option, environment variable and parameter in config file may
3549 contain the absolute path to the skin\-file (with the extension \.ini
3550 or without it). Search of skin\-file will occur in (to the first one found):
3553 .B ~/.local/share/mc/skins/
3556 .B @sysconfdir@/mc/skins/
3559 .B @prefix@/share/mc/skins/
3563 For getting extended info, refer to:
3565 .\"LINK2"
3566 Description of section and parameters
3567 .\"Skins sections"
3569 .\"LINK2"
3570 Color pair definitions
3571 .\"Skins colors"
3573 .\"LINK2"
3574 Draw lines
3575 .\"Skins lines"
3577 .\"LINK2"
3578 Compatibility
3579 .\"Skins oldcolors"
3582 .\"NODE "  Skins sections"
3583 .SH "  Description of section and parameters"
3585 Section
3586 .B [skin]
3587 contain metainfo for skin\-file. Parameter
3588 .I description
3589 contain short text about skin.
3592 Section
3593 .B [filehighlight]
3594 contain descriptions of color pairs for filenames highlighting.
3595 Name of parameters must be equal to names of sections into
3596 filehighlight.ini file.
3598 .\"LINK2"
3599 Filenames Highlight
3600 .\"Filenames Highlight"
3601 for getting more info.
3604 Section
3605 .B [core]
3606 describes the elements that are used everywhere.
3608 .I _default_
3609 Default color pair. Used in all other sections if they not contain
3610 color definitions
3612 .I selected
3613 cursor
3615 .I marked
3616 selected data
3618 .I markselect
3619 cursor on selected data
3621 .I gauge
3622 color of the filled part of the progress bar
3624 .I input
3625 color of input lines used in query dialogs
3627 .I inputmark
3628 color of input selected text
3630 .I inputunhanged
3631 color of input text before first modification or cursor movement
3633 .I commandlinemark
3634 color of selected text in command line
3636 .I reverse
3637 reverse color
3639 Section
3640 .B [dialog]
3641 describes the elements that are placed on dialog windows (except error dialogs).
3643 .I _default_
3644 Default color for this section. Used [core]._default_ if not specified
3646 .I dfocus
3647 Color of active element (in focus)
3649 .I dhotnormal
3650 Color of hotkeys
3652 .I dhotfocus
3653 Color of hotkeys in focused element
3656 Section
3657 .B [error]
3658 describes the elements that are placed on error dialog windows
3660 .I _default_
3661 Default color for this section. Used [core]._default_ if not specified
3663 .I errdhotnormal
3664 Color of hotkeys
3666 .I errdhotfocus
3667 Color of hotkeys in focused element
3670 Section
3671 .B [menu]
3672 describes the elements that are placed in menu. This section describes
3673 system menu (called by F9) and user\-defined menus (called by F2 in panels
3674 and by F11 in editor).
3676 .I _default_
3677 Default color for this section. Used [core]._default_ if not specified
3679 .I entry
3680 Color of menu items
3682 .I menuhot
3683 Color of menu hotkeys
3685 .I menusel
3686 Color of active menu item (in focus)
3688 .I menuhotsel
3689 Color of menu hotkeys in focused menu item
3691 .I menuinactive
3692 Color of inactive menu
3695 Section
3696 .B [help]
3697 describes the elements that are placed on help window.
3699 .I _default_
3700 Default color for this section. Used [core]._default_ if not specified
3702 .I helpitalic
3703 Color pair for element with
3704 .B italic
3705 attribute
3707 .I helpbold
3708 Color pair for element with
3709 .B bold
3710 attribute
3712 .I helplink
3713 Color of links
3715 .I helpslink
3716 Color of active link (on focus)
3719 Section
3720 .B [editor]
3721 describes the colors of elements placed in editor.
3723 .I _default_
3724 Default color for this section. Used [core]._default_ if not specified
3726 .I editbold
3727 Color pair for element with
3728 .B bold
3729 attribute
3731 .I editmarked
3732 Color of selected text
3734 .I editwhitespace
3735 Color of tabs and trailing spaces highlighting
3737 .I editlinestate
3738 Color for line state area
3741 Section
3742 .B [viewer]
3743 describes the colors of elements placed in viewer.
3745 .I viewunderline
3746 Color pair for element with
3747 .B underline
3748 attribute
3750 .\"NODE "  Skins colors"
3751 .SH "  Color pair definitions"
3752 Any parameter in skin\-file contain definition of color pair.
3754 Color pairs described as two colors and the optional attributes
3755 separated by ';'. First field sets the foreground color, second
3756 field sets background color, third field sets the attributes.
3757 Any of the fields may be omitted, in this case value will be
3758 taken from default color pair (global color pair or from default
3759 color pair of this section).
3761 Example:
3764 [core]
3765     # green on black
3766     _default_=green;black
3767     # green (default) on blue
3768     selected=;blue
3769     # yellow on black (default)
3770     # underlined yellow on black (default)
3771     marked=yellow;;underline
3775 Possible colors (names) and attributes are described in
3776 .\"LINK2"
3777 Colors\&.
3778 .\"Colors"
3779 section.
3781 .\"NODE "  Skins lines"
3782 .SH "  Draw lines"
3783 Lines sets in section
3784 .B [Lines]
3785 into skin\-file. By default single lines are used, but you may redefine
3786 to usage of any utf\-8 symbols (like to lines, for example).
3788 .I WARNING!!!
3789 When you build Midnight Commander with the Ncurses screen library
3790 usage of drawing lines is limited!
3791 Possible only drawing a single lines.
3792 For all questions and comments please contact the developers of Ncurses.
3795 Descriptions of parameters
3796 .BR [Lines] :
3798 .I lefttop
3799 left\-top line fragment.
3801 .I righttop
3802 right\-top line fragment.
3804 .I centertop
3805 down branch of horizontal line
3807 .I centerbottom
3808 up branch of horizontal line
3810 .I leftbottom
3811 left\-bottom line fragment
3813 .I rightbottom
3814 right\-bottom line fragment
3816 .I leftmiddle
3817 right branch of vertical line
3819 .I rightmiddle
3820 left branch of vertical line
3822 .I centermiddle
3823 cross of lines
3825 .I horiz
3826 horizontal line
3828 .I vert
3829 vertical line
3831 .I thinhoriz
3832 thin horizontal line
3834 .I thinvert
3835 thin vertical line
3838 .\"NODE "  Skins oldcolors"
3839 .SH "  Compatibility"
3841 Appointment of color  by skin\-files fully compatible with
3842 the appointment of the colors described in
3843 .\"LINK2"
3844 Colors\&.
3845 .\"Colors"
3846 section.
3848 In this case, reassignment of colors has priority over the skin file and is
3849 complementary.
3851 .\"NODE "Filenames Highlight"
3852 .SH "Filenames Highlight"
3853 Section [filehighlight] in current skin\-file contains key names as
3854 highlight groups and values as color pairs. Color pairs is documented
3856 .\"LINK2"
3857 Skins
3858 .\"Skins"
3859 section.
3861 Rules of filenames highlight are placed in @prefix@/share/mc/filehighlight.ini file
3862 (~/.config/mc/filehighlight.ini).
3863 Name of section in this file must be equal to parameters names in
3864 [filehighlight] section (in current skin\-file).
3866 Keys in these groups are:
3868 .I type
3869 file type. If present, all other options are ignored.
3871 .I regexp
3872 regular expression. If present, 'extensions' option is ignored.
3874 .I extensions
3875 list of extensions of files. Separated by ';' sign.
3877 .I extensions_case
3878 (make sense only with 'extensions' parameter) make 'extensions'
3879 rule case sentitive (true) or not (false).
3881 `type' key may have values:
3883 \- FILE (all files)
3884   \- FILE_EXE
3885 \- DIR (all directories)
3886   \- LINK_DIR
3887 \- LINK (all links except stale link)
3888   \- HARDLINK
3889   \- SYMLINK
3890 \- STALE_LINK
3891 \- DEVICE (all device files)
3892   \- DEVICE_BLOCK
3893   \- DEVICE_CHAR
3894 \- SPECIAL (all special files)
3895   \- SPECIAL_SOCKET
3896   \- SPECIAL_FIFO
3897   \- SPECIAL_DOOR
3901 .\"NODE "Special Settings"
3902 .SH "Special Settings"
3903 Most of the Midnight Commander settings can be changed from the
3904 menus. However, there are a small number of settings which can only be
3905 changed by editing the setup file.
3907 These variables may be set in your ~/.config/mc/ini file:
3909 .I clear_before_exec
3910 By default the Midnight Commander clears the screen before executing a
3911 command.  If you would prefer to see the output of the command at the
3912 bottom of the screen, edit your ~/.config/mc/ini file and change the value of
3913 the field clear_before_exec to 0.
3915 .I confirm_view_dir
3916 If you press F3 on a directory, normally MC enters that directory.  If
3917 this flag is set to 1, then MC will ask for confirmation before changing
3918 the directory if you have files tagged.
3920 .I ftpfs_retry_seconds
3921 This value is the number of seconds the Midnight Commander will wait
3922 before attempting to reconnect to an FTP server that has denied the
3923 login.  If the value is zero, the login will no be retried.
3925 .I max_dirt_limit
3926 Specifies how many screen updates can be skipped at most in the internal
3927 file viewer.  Normally this value is not significant, because the code
3928 automatically adjusts the number of updates to skip according to the
3929 rate of incoming keystrokes.  However, on very slow machines or
3930 terminals with a fast keyboard auto repeat, a big value can make screen
3931 updates too jumpy.
3933 It seems that setting max_dirt_limit to 10 causes the best behavior,
3934 and that is the default value.
3936 .I mouse_move_pages_viewer
3937 Controls if scrolling with the mouse is done by pages or line by line
3938 on the internal file viewer.
3940 .I only_leading_plus_minus
3941 Allow special treatment for '+', '\-', '*' in the command line (select,
3942 unselect, reverse selection) only if the command line is empty.  You
3943 don't need to quote those characters in the middle of the command line.
3944 On the other hand, you cannot use them to change selection when the
3945 command line is not empty.
3947 .I show_output_starts_shell
3948 This variable only works if you are not using the subshell support.
3949 When you use the C\-o keystroke to go back to the user screen, if this
3950 one is set, you will get a fresh shell.  Otherwise, pressing any key
3951 will bring you back to the Midnight Commander.
3953 .I timeformat_recent
3954 Change the time format used to display dates less than 6 months from
3955 now.
3956 See strftime or date man page for the format specification. If this
3957 option is absent, default timeformat is used.
3959 .I timeformat_old
3960 Change the time format used to display  dates older than 6 months from
3961 now or for dates in the future.
3962 See strftime or date man page for the format specification. If this
3963 option is absent, default timeformat is used.
3965 .I torben_fj_mode
3966 If this flag is set, then the home and end keys will work slightly
3967 different on the panels, instead of moving the selection to the first
3968 and last files in the panels, they will act as follows:
3970 The home key will: Go up to the middle line, if below it; else go to the
3971 top line unless it is already on the top line, in this case it will go
3972 to the first file in the panel.
3974 The end key has a similar behavior: Go down to the middle line, if over
3975 it; else go to the bottom line unless you already are at the bottom
3976 line, in such case it will move the selection to the last file name in
3977 the panel.
3979 .I use_file_to_guess_type
3980 If this variable is on (the default) it will spawn the file command to
3981 match the file types listed on the
3982 .\"LINK2"
3983 mc.ext file\&.
3984 .\"Extension File Edit"
3986 .I xtree_mode
3987 If this variable is on (default is off) when you browse the file system
3988 on a Tree panel, it will automatically reload the other panel with the
3989 contents of the selected directory.
3991 .I fish_directory_timeout
3992 This variable holds the lifetime of a directory cache entry in seconds. The
3993 default value is 900 seconds.
3995 .I clipboard_store
3996 This variable contains path (with options) to the external clipboard
3997 utility like 'xclip' to read text into X selection from file.
3998 For example:
4001 clipboard_store=xclip \-i
4004 .I clipboard_paste
4005 This variable contains path (with options) to the external clipboard
4006 utility like 'xclip' to print the selection to standard out.
4007 For example:
4010 clipboard_pastee=xclip \-o
4013 .I autodetect_codeset
4014 This option allows use the `enca' command to autodetect codeset of text files
4015 in internal viewer and editor. List of valid values can be obtain by the
4016 `enca \-\-list languages | cut \-d : \-f1' command. Option must be located
4017 in the [Misc] section.
4019 For example:
4022 autodetect_codeset=russian
4024 .\"NODE "Terminal databases"
4025 .SH "Terminal databases"
4026 The Midnight Commander provides a way to fix your system terminal
4027 database without requiring root privileges.  The Midnight Commander
4028 searches in the system initialization file (the mc.lib file located in
4029 the Midnight Commander library directory) and in the 
4030 ~/.config/mc/ini file for the section 
4031 "terminal:your\-terminal\-name" and then for the section
4032 "terminal:general", each line of the section contains a key symbol that
4033 you want to define, followed by an equal sign and the definition for the
4034 key.  You can use the special \\e form to represent the escape character
4035 and the ^x to represent the control\-x character.
4037 The possible key symbols are:
4040 f0 to f20     Function keys f0\-f20
4041 bs            backspace
4042 home          home key
4043 end           end key
4044 up            up arrow key
4045 down          down arrow key
4046 left          left arrow key
4047 right         right arrow key
4048 pgdn          page down key
4049 pgup          page up key
4050 insert        the insert character
4051 delete        the delete character
4052 complete      to do completion
4055 For example, to define the key insert to be the Escape + [ + O + p, you
4056 set this in the ini file:
4059 insert=\\e[Op
4063 Also now you can use
4064 .I extended learn keys.
4065 For example:
4068     ctrl\-alt\-right=\\e[[1;6C
4069     ctrl\-alt\-left=\\e[[1;6D
4073 This means that ctrl+alt+left sends a \\e[[1;6D escape sequence
4074 and therefore Midnight Commander interprets "\\e[[1;6D" as Ctrl\-Alt\-Left.
4078 .I complete
4079 key symbol represents the escape sequences used to invoke the completion
4080 process, this is invoked with Alt\-tab, but you can define other keys to do
4081 the same work (on those keyboard with tons of nice and unused keys
4082 everywhere).
4083 .SH ""
4084 .\"NODE "FILES"
4085 .SH "FILES"
4086 Full paths below may vary between installations.  They are also affected
4087 by the MC_DATADIR environment variable.  If it's set, its value is used
4088 instead of @prefix@/share/mc in the paths below.
4090 .I @prefix@/share/mc/mc.hlp
4092 The help file for the program.
4094 .I @prefix@/share/mc/mc.ext
4096 The default system\-wide extensions file.
4098 .I ~/.local/share/mc/bindings
4100 User's own extension, view configuration and edit configuration
4101 file.  They override the contents of the system wide files if present.
4103 .I @prefix@/share/mc/mc.ini
4105 The default system\-wide setup for the Midnight Commander, used only if
4106 the user doesn't have his own ~/.config/mc/ini file.
4108 .I @prefix@/share/mc/mc.lib
4110 Global settings for the Midnight Commander.  Settings in this file
4111 affect all users, whether they have ~/.config/mc/ini or not.  Currently, only
4112 .\"LINK2"
4113 terminal settings
4114 .\"Terminal databases"
4115 are loaded from mc.lib.
4117 .I ~/.config/mc/ini
4119 User's own setup. If this file is present then the setup is loaded
4120 from here instead of the system\-wide startup file.
4122 .I @prefix@/share/mc/mc.hint
4124 This file contains the hints displayed by the program.
4126 .I @prefix@/share/mc/mc.menu
4128 This file contains the default system\-wide applications menu.
4130 .I ~/.local/share/mc/menu
4132 User's own application menu. If this file is present it is used instead
4133 of the system\-wide applications menu.
4135 .I ~/.cache/mc/Tree
4137 The directory list for the directory tree and tree view features.
4139 .I ~/.local/share/mc.menu
4141 Local user\-defined menu. If this file is present, it is used instead of
4142 the home or system\-wide applications menu.
4143 .\"SKIP_SECTION"
4144 .SH "LICENSE"
4145 This program is distributed under the terms of the GNU General Public
4146 License as published by the Free Software Foundation. See the built\-in
4147 help for details on the License and the lack of warranty.
4148 .\"NODE "AVAILABILITY"
4149 .SH "AVAILABILITY"
4150 The latest version of this program can be found at
4151 ftp://ftp.gnu.org/gnu/mc/.
4152 .\"NODE "SEE ALSO"
4153 .SH "SEE ALSO"
4154 ed(1), gpm(1), terminfo(1), view(1), sh(1), bash(1),
4155 tcsh(1), zsh(1).
4158 The Midnight Commander page on the World Wide Web:
4159         http://www.midnight\-commander.org/
4161 .\"NODE "AUTHORS"
4162 .SH "AUTHORS"
4163 Authors and contributors are listed in the AUTHORS file in the source
4164 distribution.
4165 .\"NODE "BUGS"
4166 .SH "BUGS"
4167 See the file TODO in the distribution for information on what remains to
4168 be done.
4170 If you want to report a problem with the program, please send mail to
4171 this address: mc\-devel@gnome.org.
4173 Provide a detailed description of the bug, the version of the program
4174 you are running
4175 .RI ( "mc \-V"
4176 displays this information), the operating system you are running the
4177 program on.  If the program crashes, we would appreciate a stack trace.