Merge branch '2170_separate_colors'
[midnight-commander.git] / doc / man / mc.1.in
blobd00b228aff7e9db118d4aaceb3391c5cc0659c72
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 \&~/.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 ~/.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 ~/.mc/
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 The contents field accepts regular expressions similar to egrep(1). That
1377 means you have to escape characters with a special meaning to egrep with "\\",
1378 e.g. if you search for "strcmp (" you will have to input "strcmp \\("
1379 (without the double quotes).
1381 Option \"Whole words\" Allow select only those files containing matches that
1382 form whole words. Like grep \-w
1384 You can start the search by pressing the OK button.
1385 During the search you can stop from the Stop button and continue from
1386 the Start button.
1388 You can browse the filelist with the up and down arrow keys. The Chdir
1389 button will change to the directory of the currently selected
1390 file. The Again button will ask for the parameters for a new
1391 search. The Quit button quits the search operation. The Panelize
1392 button will place the found files to the current directory panel so
1393 that you can do additional operations on them (view, copy, move,
1394 delete and so on). After panelizing you can press C\-r to return to the
1395 normal file listing.
1397 It is possible to have a list of directories that the Find File command
1398 should skip during the search (for example, you may want to avoid
1399 searches on a CD\-ROM or on a NFS directory that is mounted across a slow
1400 link).
1402 Directories to be skipped should be set on the variable
1403 .B ignore_dirs
1404 in the
1405 .B FindFile
1406 section of your ~/.mc/ini file.
1408 Directory components should be separated with a colon, here is an
1409 example:
1412 [FindFile]
1413 ignore_dirs=/cdrom:/nfs/wuarchive:/afs
1416 You may consider using the
1417 .\"LINK2"
1418 External panelize
1419 .\"External panelize"
1420 command for some operations. Find file command is for simple queries
1421 only, while using External panelize you can do as mysterious searches
1422 as you would like.
1423 .\"NODE "    External panelize"
1424 .SH "    External panelize"
1425 The External panelize allows you to execute an external program, and
1426 make the output of that program the contents of the current panel.
1428 For example, if you want to manipulate in one of the panels all the
1429 symbolic links in the current directory, you can use external
1430 panelization to run the following command:
1433 find . \-type l \-print
1436 Upon command completion, the directory contents of the panel will no
1437 longer be the directory listing of the current directory, but all the
1438 files that are symbolic links.
1440 If you want to panelize all of the files that have been downloaded
1441 from your FTP server, you can use this awk command to extract the file
1442 name from the transfer log files:
1445 awk '$9 ~! /incoming/ { print $9 }' < /var/log/xferlog
1448 You may want to save often used panelize commands under a descriptive name,
1449 so that you can recall them quickly. You do this by typing the command on
1450 the input line and pressing Add new button. Then you enter a name under
1451 which you want the command to be saved. Next time, you just choose that
1452 command from the list and do not have to type it again.
1453 .\"NODE "    Hotlist"
1454 .SH "    Hotlist"
1455 The Directory hotlist command shows the labels of the directories
1456 in the directory hotlist.  The Midnight Commander will change to the
1457 directory corresponding to the selected label.  From the hotlist dialog,
1458 you can remove already created label/directory pairs and add new ones.
1459 To add new directories quickly, you can use the Add to hotlist command
1460 (C\-x h), which adds the current directory into the directory hotlist,
1461 asking just for the label for the directory.
1463 This makes cd to often used directories faster. You may consider using the
1464 CDPATH variable as described in
1465 .\"LINK2"
1466 internal cd command
1467 .\"The cd internal command"
1468 description.
1469 .\"NODE "    Extension File Edit"
1470 .SH "    Extension File Edit"
1471 This will invoke your editor on the file
1472 .IR ~/.mc/bindings .
1473 The format of this file following:
1475 All lines starting with # or empty lines are thrown away.
1477 Lines starting in the first column should have following format:
1479 .IR keyword/expr ,
1480 i.e. everything after the slash until new line is
1481 .IR expr .
1483 .I keyword
1484 can be:
1486 .I shell
1488 .I expr
1489 is an extension (no wildcards).  File matches it its name ends
1490 with
1491 .IR expr .
1492 Example:
1493 .I shell/.tar
1494 matches
1495 .IR *.tar .
1497 .I regex
1499 .I expr
1500 is a regular expression.  File matches if its name matches the regular
1501 expression.
1503 .I directory
1505 .I expr
1506 is a regular expression.  File matches if it is a directory and its name
1507 matches the regular expression.
1509 .I type
1511 .I expr
1512 is a regular expression.  File matches if the output of
1513 .I file %f
1514 without the initial "filename:" part matches regular expression
1515 .IR expr .
1517 .I default
1518 \- matches any file.
1519 .I expr
1520 is ignored.
1522 .I include
1523 \- denotes a common section.
1524 .I expr
1525 is the name of the section.
1527 Other lines should start with a space or tab and should be of the format:
1528 .I keyword=command
1529 (with no spaces around =), where
1530 .I keyword
1531 should be:
1532 .I Open
1533 (invoked on Enter or double click),
1534 .I View
1535 (F3),
1536 .I Edit
1537 (F4) or
1538 .I Include
1539 (to add rules from the common section).
1540 .I command
1541 is any one\-line shell command, with the simple
1542 .\"LINK2"
1543 macro substitution\&.
1544 .\"Macro Substitution"
1546 Rules are matched from top to bottom, thus the order is important.  If
1547 the appropriate action is missing, search continues as if this rule
1548 didn't match (i.e. if a file matches the first and second entry and View
1549 action is missing in the first one, then on pressing F3 the View action
1550 from the second entry will be used).
1551 .I default
1552 should match all the actions.
1553 .\"NODE "    Background jobs"
1554 .SH "    Background Jobs"
1555 This lets you control the state of any background Midnight Commander
1556 process (only copy and move files operations can be done in the
1557 background).  You can stop, restart and kill a background job from
1558 here.
1559 .\"NODE "    Menu File Edit"
1560 .SH "    Menu File Edit"
1561 The user menu is a menu of useful actions that can be customized by
1562 the user. When you access the user menu, the
1563 file .mc.menu from the current directory is used if it exists,
1564 but only if it is owned by user or root and is not world\-writable.
1565 If no such file found, ~/.mc/menu is tried in the same way,
1566 and otherwise mc uses the default system\-wide menu
1567 @prefix@/share/mc/mc.menu.
1569 The format of the menu file is very simple. Lines that start with
1570 anything but space or tab are considered entries for the menu (in
1571 order to be able to use it like a hot key, the first character should
1572 be a letter). All the lines that start with a space or a tab are the
1573 commands that will be executed when the entry is selected.
1575 When an option is selected all the command lines of the option are
1576 copied to a temporary file in the temporary directory (usually
1577 /usr/tmp) and then that file is executed. This allows the user to put
1578 normal shell constructs in the menus. Also simple macro substitution
1579 takes place before executing the menu code. For more information, see
1580 .\"LINK2"
1581 macro substitution\&.
1582 .\"Macro Substitution"
1584 Here is a sample mc.menu file:
1587 A       Dump the currently selected file
1588         od \-c %f
1590 B       Edit a bug report and send it to root
1591         I=`mktemp ${MC_TMPDIR:\-/tmp}/mail.XXXXXX` || exit 1
1592         vi $I
1593         mail \-s "Midnight Commander bug" root < $I
1594         rm \-f $I
1596 M       Read mail
1597         emacs \-f rmail
1599 N       Read Usenet news
1600         emacs \-f gnus
1602 H       Call the info hypertext browser
1603         info
1605 J       Copy current directory to other panel recursively
1606         tar cf \- . | (cd %D && tar xvpf \-)
1608 K       Make a release of the current subdirectory
1609         echo \-n "Name of distribution file: "
1610         read tar
1611         ln \-s %d `dirname %d`/$tar
1612         cd ..
1613         tar cvhf ${tar}.tar $tar
1615 = f *.tar.gz | f *.tgz & t n
1616 X       Extract the contents of a compressed tar file
1617         tar xzvf %f
1620 .B Default Conditions
1622 Each menu entry may be preceded by a condition. The condition must
1623 start from the first column with a '=' character. If the condition is
1624 true, the menu entry will be the default entry.
1627 Condition syntax:       = <sub\-cond>
1628   or:                   = <sub\-cond> | <sub\-cond> ...
1629   or:                   = <sub\-cond> & <sub\-cond> ...
1631 Sub\-condition is one of following:
1633   y <pattern>           syntax of current file matching pattern?
1634                         (for edit menu only)
1635   f <pattern>           current file matching pattern?
1636   F <pattern>           other file matching pattern?
1637   d <pattern>           current directory matching pattern?
1638   D <pattern>           other directory matching pattern?
1639   t <type>              current file of type?
1640   T <type>              other file of type?
1641   x <filename>          is it executable filename?
1642   ! <sub\-cond>         negate the result of sub\-condition
1645 Pattern is a normal shell pattern or a regular expression, according
1646 to the shell patterns option. You can override the global value of
1647 the shell patterns option by writing "shell_patterns=x" on the first
1648 line of the menu file (where "x" is either 0 or 1).
1650 Type is one or more of the following characters:
1653   n     not a directory
1654   r     regular file
1655   d     directory
1656   l     link
1657   c     character device
1658   b     block device
1659   f     FIFO (pipe)
1660   s     socket
1661   x     executable file
1662   t     tagged
1665 For example 'rlf' means either regular file, link or fifo. The 't'
1666 type is a little special because it acts on the panel instead of the
1667 file. The condition '=t t' is true if there are tagged files in the
1668 current panel and false if not.
1670 If the condition starts with '=?' instead of '=' a debug trace will be
1671 shown whenever the value of the condition is calculated.
1673 The conditions are calculated from left to right. This means
1675         = f *.tar.gz | f *.tgz & t n
1677 is calculated as
1679         ( (f *.tar.gz) | (f *.tgz) ) & (t n)
1682 Here is a sample of the use of conditions:
1685 = f *.tar.gz | f *.tgz & t n
1686 L       List the contents of a compressed tar\-archive
1687         gzip \-cd %f | tar xvf \-
1690 .B Addition Conditions
1692 If the condition begins with '+' (or '+?') instead of '=' (or '=?') it
1693 is an addition condition. If the condition is true the menu entry will
1694 be included in the menu. If the condition is false the menu entry will
1695 not be included in the menu.
1697 You can combine default and addition conditions by starting condition
1698 with '+=' or '=+' (or '+=?' or '=+?' if you want debug trace). If you
1699 want to use two different conditions, one for adding and another for
1700 defaulting, you can precede a menu entry with two condition lines, one
1701 starting with '+' and another starting with '='.
1703 Comments are started with '#'. The additional comment lines must start
1704 with '#', space or tab.
1705 .\"NODE "  Options Menu"
1706 .SH "  Options Menu"
1707 The Midnight Commander has some options that may be toggled on and
1708 off in several dialogs which are accessible from this menu. Options
1709 are enabled if they have an asterisk or "x" in front of them.
1712 .\"LINK2"
1713 Configuration
1714 .\"Configuration"
1715 command pops up a dialog from which you can change most of settings of
1716 the Midnight Commander.
1719 .\"LINK2"
1720 Layout
1721 .\"Layout"
1722 command pops up a dialog from which you specify a bunch of options how mc
1723 looks like on the screen.
1726 .\"LINK2"
1727 Panel options
1728 .\"Panel options"
1729 command pops up a dialog from which you specify options of file manager panels.
1732 .\"LINK2"
1733 Confirmation
1734 .\"Confirmation"
1735 command pops up a dialog from which you specify which actions you want to
1736 confirm.
1739 .\"LINK2"
1740 Display bits
1741 .\"Display bits"
1742 command pops up a dialog from which you may select which characters is your
1743 terminal able to display.
1746 .\"LINK2"
1747 Learn keys
1748 .\"Learn keys"
1749 command pops up a dialog from which you test some keys which are not working
1750 on some terminals and you may fix them.
1753 .\"LINK2"
1754 Virtual FS
1755 .\"Virtual FS"
1756 command pops up a dialog from which you specify some VFS related options.
1759 .\"LINK2"
1760 Save setup
1761 .\"Save Setup"
1762 command saves the current settings of the Left, Right and Options
1763 menus. A small number of other settings is saved, too.
1764 .\"NODE "    Configuration"
1765 .SH "    Configuration"
1766 The options in this dialog are divided into several groups: "File
1767 operation options", "Esc key mode", "Pause after run" and "Other options".
1769 .B File operation options
1771 .I Verbose operation.
1772 This toggles whether the file Copy, Rename and Delete operations are
1773 verbose (i.e., display a dialog box for each operation). If you have a
1774 slow terminal, you may wish to disable the verbose operation. It is
1775 automatically turned off if the speed of your terminal is less than
1776 9600 bps.
1778 .I Compute totals.
1779 If this option is enabled, the Midnight Commander computes total byte
1780 sizes and total number of files prior to any Copy, Rename and Delete
1781 operations. This will provide you with a more accurate progress bar
1782 at the expense of some speed. This option has no effect, if
1783 .I Verbose  operation
1784 is disabled.
1786 .I Classic progressbar.
1787 If this option is enabled, the progressbar of Copy/Move/Delete operations
1788 is always grown form left to right. If disabled, the growing direction
1789 of progressbar follows to direction of Copy/Move/Delete operation:
1790 from left panel to right one and vice versa. Enabled by default.
1792 .I Mkdir autoname
1793 When you press F7 to create a new directory, the input line in popup dialog
1794 will be filled by name of current file or directory in active panel.
1795 Disabled by default.
1797 .B Esc key mode.
1799 By default the Midnight Commander treats the ESC key as a key prefix.
1800 Therefore, you should press Esc code twice to exit a dialog. But there is
1801 a possibility to use a single press of ESC key for that action.
1803 .I Single press.
1804 By default this option is disabled. If you'll enable it, the ESC key
1805 will act as a prefix key for set up time interval (see
1806 .I Timeout
1807 option below), and if no extra keys have arrived, then the ESC key
1808 is interpreted as a cancel key (ESC ESC).
1810 .I Timeout.
1811 This options is used to setup the time interval (in microseconds)
1812 for single press of ESC key. By default, this inrerval is one second
1813 (1000000 microseconds). Also the timeout can be set via KEYBOARD_KEY_TIMEOUT_US
1814 environment variable (also in microseconds), which has higher priority
1815 than Timeout option value.
1817 .B Pause after run
1819 After executing your commands, the Midnight Commander can pause, so
1820 that you can examine the output of the command.  There are three
1821 possible settings for this variable:
1823 .IR Never .
1824 Means that you do not want to see the output of your command.  If you
1825 are using the Linux or FreeBSD console or an xterm, you will be able to
1826 see the output of the command by typing C\-o.
1828 .IR On dumb terminals .
1829 You will get the pause message on terminals that are not capable of
1830 showing the output of the last command executed (any terminal that is
1831 not an xterm or the Linux console).
1833 .IR Always .
1834 The program will pause after executing all of your commands.
1836 .B Other options
1838 .I Use internal editor.
1839 If this option is enabled, the built\-in file editor is used to edit
1840 files. If the option is disabled, the editor specified in the
1841 .B EDITOR
1842 environment variable is used.
1843 If no editor is specified,
1844 .B vi
1845 is used.  See the section on the
1846 .\"LINK2"
1847 internal file editor\&.
1848 .\"Internal File Editor"
1850 .I Use internal viewer.
1851 If this option is enabled, the built\-in file viewer is used to view
1852 files. If the option is disabled, the pager specified in the
1853 .B PAGER
1854 environment variable is used.
1855 If no pager is specified, the
1856 .B view
1857 command is used.  See the section on the
1858 .\"LINK2"
1859 internal file viewer\&.
1860 .\"Internal File Viewer"
1862 .I Auto menus.
1863 If this option is enabled, the user menu will be invoked at startup.
1864 Useful for building menus for non\-unixers.
1866 .I Drop down menus.
1867 When this option is enabled, the pull down menus will be activated as
1868 soon as you press the F9 key. Otherwise, you will only get the menu title,
1869 and you will have to activate the menu either with the arrow keys or with
1870 the hotkeys. It is recommended if you are using hotkeys.
1872 .I Shell Patterns.
1873 By default the Select, Unselect and Filter commands will use shell\-like
1874 regular expressions. The following conversions are performed to achieve
1875 this: the '*' is replaced by '.*' (zero or more characters); the '?'
1876 is replaced by '.' (exactly one character) and '.' by the literal
1877 dot. If the option is disabled, then the regular expressions are the
1878 ones described in ed(1).
1880 .I Complete: show all.
1881 By default the Midnight Commander pops up all possible
1882 .\"LINK2"
1883 completions
1884 .\"Completion"
1885 if the completion is ambiguous only when you press
1886 .B Alt\-Tab
1887 for the second time.  For the first time, it just completes as much as
1888 possible and beeps in the case of ambiguity.  Enable this option if you
1889 want to see all possible completions even after pressing
1890 .B Alt\-Tab
1891 the first time.
1893 .I Rotating dash.
1894 If this option is enabled, the
1895 Midnight Commander shows a rotating dash in the upper right corner
1896 as a work in progress indicator.
1898 .I Cd follows links.
1899 This option, if set, causes the Midnight Commander to follow the
1900 logical chain of directories when changing current directory
1901 either in the panels, or using the cd command. This is the default
1902 behavior of bash. When unset, the Midnight Commander follows the
1903 real directory structure, so cd .. if you've entered that directory
1904 through a link will move you to the current directory's real parent
1905 and not to the directory where the link was present.
1907 .I Safe delete.
1908 If this option is enabled, deleting files and directory hotlist entries
1909 unintentionally becomes more difficult.  The default selection in the
1910 confirmation dialogs for deletion changes from "Yes" to "No".
1911 This option is disabled by default.
1913 .I Auto save setup.
1914 If this option is enabled, when you exit the Midnight Commander the
1915 configurable options of the Midnight Commander are saved in the
1916 ~/.mc/ini file.
1917 .\"NODE "    Layout"
1918 .SH "    Layout"
1919 The layout dialog gives you a possibility to change the general layout
1920 of screen. The options in this dialog are divided into several groups:
1921 "Panel split", "Console output" and "Other options".
1923 .B Panel split
1925 The rest of the screen area is used for the two directory panels. You
1926 can specify whether the area is split to the panels in
1927 .I Vertical
1928  or
1929 .I Horizontal
1930 direction. Panel layout can be changed using Alt\-, (Alt\-comma) shortcut.
1932 .I Equal split.
1933 By default, panels have equal sizes. Using this option you can specify
1934 an unequal split.
1936 .B Console output
1938 On the Linux or FreeBSD console you can specify how many lines are shown
1939 in the output window. This option is available if Midnight Commander runs
1940 on native console only.
1942 .B Other options
1944 .I Menu bar visible.
1945 If enabled, main menu of Midnight Commander is always visible on the top row
1946 of screen above panels. Enabled by default.
1948 .I Show mini\-status.
1949 If enabled, one line of status information about the currently selected item
1950 is shown at the bottom of the panels. Enabled by default.
1952 .I Command prompt.
1953 If enabled, command line is avalable. Enabled by default.
1955 .I Keybar visible.
1956 If enabled, 10 lables associated with F1\-F10 keys are located at the bottom
1957 row of screen. Enabled by default.
1959 .I Hintbar visible.
1960 If enabled, the one\-line hints are visible below panels. Enabled by default.
1962 .I XTerm window title.
1963 When run in a terminal emulator for X11, Midnight Commander sets the
1964 terminal window title to the current working directory and updates it
1965 when necessary.  If your terminal emulator is broken and you see some
1966 incorrect output on startup and directory change, turn off this option.
1967 Enabled by default.
1969 .I Show free space.
1970 If enabled, free space and total space of current file system is shown
1971 at the bottom frame of panel. Enabled by default.
1972 .\"NODE "    Panel options"
1973 .SH "    Panel options"
1974 .B Main panel options
1976 .I Use SI size units.
1977 If this option is enabled, Midnight Commander will use SI units (powers of 1000)
1978 when displaying any byte sizes. The suffixes (k, m ...) are shown in lowercase.
1979 If disabled (default), Midnight Commander will use binary units (powers of 1024)
1980 and the suffixes are shown in upper case (K, M ...)
1982 .I Mix all files.
1983 If this option is enabled, all files and directories are shown mixed
1984 together.  If the option is desabled (default), directories (and links to
1985 directories) are shown at the beginning of the listing, and other files below.
1987 .I Show backup files.
1988 If enabled, the Midnight Commander will show files ending with a tilde.
1989 Otherwise, they won't be shown (like GNU's ls option \-B). Enabled by default.
1991 .I Show hidden files.
1992 If enabled, the Midnight Commander will show all files that start with
1993 a dot (like ls \-a). Disabled by default.
1995 .I Fast directory reload.
1996 If this option is enabled, the Midnight Commander will use a trick to
1997 determine if the directory contents have changed.  The trick is to reload
1998 the directory only if the i\-node of the directory has changed; this means
1999 that reloads only happen when files are created or deleted.  If what
2000 changes is the i\-node for a file in the directory (file size changes,
2001 mode or owner changes, etc) the display is not updated.  In these cases,
2002 if you have the option on, you have to rescan the directory manually
2003 (with C\-r). Disabled by default.
2005 .I Mark moves down.
2006 If enabled, the selection bar will move down when you mark a file (with
2007 Insert key). Enabled by default.
2009 .I Reverse files only.
2010 Allow revert selection of files only. Enabled by default.
2011 If enabled, the reverse selection is applied to files only, not to directories.
2012 The selection of directories is untouched. If off, the reverse selection
2013 is applied to files as well to directories: all unselected items become
2014 selected, and vice versa.
2016 .I Auto save panels setup.
2017 If this option is enabled, when you exit the Midnight Commander the
2018 current settings of panels are saved in the ~/.mc/panels.ini file.
2019 Disabled by default.
2021 .B Navigation
2023 .I Lynx\-like motion.
2024 If this option is enabled, you may use the arrows keys to automatically
2025 chdir if the current selection is a subdirectory and the shell command
2026 line is empty. By default, this setting is off.
2028 .I Page scrolling.
2029 If set (the default), panel will scroll by half the display when the
2030 cursor reaches the end or the beginning of the panel, otherwise it
2031 will just scroll a file at a time.
2033 .I Mouse page scrolling.
2034 Controls whenever scrolling with the mouse wheel is done by pages or
2035 line by line on the panels.
2037 .B File highlight
2039 You can specify whether
2040 .I permissions
2042 .I file types
2043 should be highlighted with distinctive
2044 .\"LINK2"
2045 Colors\&.
2046 .\"Colors"
2047 If the permission highlighting is enabled, the parts of the
2048 .I perm
2050 .I mode
2051 .\"LINK2"
2052 display fields
2053 .\"Listing Mode..."
2054 which apply to the user running Midnight Commander are highlighted with
2055 the color defined by the
2056 .I selected
2057 keyword.  If the file type highlighting is enabled, file names are colored
2058 according to rules described in @sysconfdir@/mc/filehighlight.ini file. See
2059 .\"LINK2"
2060 Filenames Highlight
2061 .\"Filenames Highlight"
2062 for more info.
2064 .B Quick search
2066 You can specify how the
2067 .\"LINK2"
2068 Quick search
2069 .\"Quick search"
2070 mode should works: case insensitively, case sensitively or be matched
2071 to the the panel sort order: case sensitive or not.
2072 .\"NODE "    Confirmation"
2073 .SH "    Confirmation"
2074 In this dialog you configure the confirmation options for file deletion,
2075 overwriting files, execution by pressing enter, quitting the program,
2076 directory hotlist entries deletion and history cleanup.
2077  and.
2078 .\"NODE "    Display bits"
2079 .SH "    Display bits"
2080 This is used to configure the range of visible characters on the
2081 screen.  This setting may be 7\-bits if your terminal/curses supports
2082 only seven output bits, ISO\-8859\-1 displays all the characters in the
2083 ISO\-8859\-1 map and full 8 bits is for those terminals that can display
2084 full 8 bit characters.
2085 .\"NODE "    Learn keys"
2086 .SH "    Learn keys"
2087 This dialog allows you to test and redefine functional keys, cursor
2088 arrows and some other keys to make them work properly on your terminal.
2089 They often don't, since many terminal databases are incomplete or broken.
2091 You can move around with the Tab key and with the vi moving keys ('h'
2092 left, 'j' down, 'k' up and 'l' right).  Once you press any cursor movement
2093 key and it is recognized, you can use that key as well.
2095 You can test keys just by pressing each of them.  When you press a
2096 key and it is recognized properly, OK should appear next to the name
2097 of that key.  Once a key is marked OK it starts working as usually,
2098 e.g. F1 pressed the first time will just check that the F1 key works,
2099 but after that it will show help.  The same applies to the arrow keys.
2100 The Tab key should be working always.
2102 If some keys do not work properly then you won't see OK appear after
2103 pressing one of these.  Then you may want to redefine it.  Do it by pressing
2104 the button with the name of that key (either by the mouse or by Enter
2105 or Space after selecting the button with Tab or arrows).  Then a message
2106 box will appear asking you to press that key.  Do it and wait until the
2107 message box disappears.  If you want to abort, just press Escape once
2108 and wait.
2110 When you finish with all the keys, you can Save them.  The definitions
2111 for the keys you have redefined will be written into the [terminal:TERM]
2112 section of your ~/.mc/ini file (where TERM is the name of your current
2113 terminal).  The definitions of the keys that were already working properly
2114 are not saved.
2115 .\"NODE "    Virtual FS"
2116 .SH "    Virtual FS"
2117 This option gives you control over the settings of the
2118 .\"LINK2"
2119 Virtual File System\&.
2120 .\"Virtual File System"
2122 The Midnight Commander keeps in memory the information related to some
2123 of the virtual file systems to speed up the access to the files in the
2124 file system (for example, directory listings fetched from FTP servers).
2126 Also, in order to access the contents of compressed files (for example,
2127 compressed tar files) the Midnight Commander needs to create temporary
2128 uncompressed files on your disk.
2130 Since both the information in memory and the temporary files on disk
2131 take up resources, you may want to tune the parameters of the cached
2132 information to decrease your resource usage or to maximize the speed of
2133 access to frequently used file systems.
2135 Because of the format of the tar archives, the
2136 .I Tar filesystem
2137 needs to read the whole file just to load the file entries.  Since most
2138 tar files are usually kept compressed (plain tar files are species in
2139 extinction), the tar file system has to uncompress the file on the disk
2140 in a temporary location and then access the uncompressed file as a
2141 regular tar file.
2143 Now, since we all love to browse files and tar files all over the disk,
2144 it's common that you will leave a tar file and then re\-enter it later.
2145 Since decompression is slow, the Midnight Commander will cache the
2146 information in memory for a limited time.  When the timeout expires, all
2147 the resources associated with the file system are released.  The default
2148 timeout is set to one minute.
2151 .\"LINK2"
2152 FTP File System
2153 .\"FTP File System"
2154 (ftpfs) allows you to browse directories on remote FTP servers.  It has
2155 several options.
2157 .I ftp anonymous password
2158 is the password used when you login as "anonymous".  Some sites require
2159 a valid e\-mail address.  On the other hand, you probably don't want to
2160 give your real e\-mail address to untrusted sites, especially if you are
2161 not using spam filtering.
2163 ftpfs keeps the directory listing it fetches from a FTP server in a cache.
2164 The cache expire time is configurable with the
2165 .I ftpfs directory cache timeout
2166 option.  A low value for this option may slow down every operation on
2167 the ftpfs because every operation would require sending a request to the
2168 FTP server.
2170 You can define an FTP proxy host for doing FTP.  Note that most modern
2171 firewalls are fully transparent at least for passive FTP (see below), so
2172 FTP proxies are considered obsolete.
2175 .I Always use ftp proxy
2176 is not set, you can use the exclamation sign to enable proxy for certain
2177 hosts.  See
2178 .\"LINK2"
2179 FTP File System
2180 .\"FTP File System"
2181 for examples.
2183 If this option is set, the program will do two things: consult the
2184 @prefix@/lib/mc/mc.no_proxy file for lines containing host names that
2185 are local (if the host name starts with a dot, it is assumed to be a
2186 domain) and to assume that any hostnames without dots in their names are
2187 directly accessible.  All other hosts will be accessed through the
2188 specified FTP proxy.
2190 You can enable using
2191 .I ~/.netrc
2192 file, which keeps login names and passwords for ftp servers.  See netrc
2193 (5) for the description of the .netrc format.
2195 .I Use passive mode
2196 enables using FTP passive mode, when the connection for data transfer is
2197 initiated by the client, not by the server.  This option is recommended
2198 and enabled by default.  If this option is turned off, the data
2199 connection is initiated by the server.  This may not work with some
2200 firewalls.
2201 .\"NODE "    Save Setup"
2202 .SH "    Save Setup"
2203 At startup the Midnight Commander will try to load initialization
2204 information from the ~/.mc/ini file. If this file doesn't exist, it will
2205 load the information from the system\-wide configuration file, located in
2206 @prefix@/share/mc/mc.ini. If the system\-wide configuration file doesn't
2207 exist, MC uses the default settings.
2210 .I Save Setup
2211 command creates the ~/.mc/ini file by saving the current settings
2212 of the
2213 .\"LINK2"
2214 Left, Right
2215 .\"Left and Right Menus"
2217 .\"LINK2"
2218 Options
2219 .\"Options Menu"
2220 menus.
2222 If you activate the
2223 .I auto save setup
2224 option, MC will always save the current settings when exiting.
2226 There also exist settings which can't be changed from the menus. To
2227 change these settings you have to edit the setup file with your
2228 favorite editor. See the section on
2229 .\"LINK2"
2230 Special Settings
2231 .\"Special Settings"
2232 for more information.
2233 .SH ""
2234 .\"NODE "Executing operating system commands"
2235 .SH "Executing operating system commands"
2236 You may execute commands by typing them directly in the Midnight
2237 Commander's input line, or by selecting the program you want to
2238 execute with the selection bar in one of the panels and hitting Enter.
2240 If you press Enter over a file that is not executable, the Midnight
2241 Commander checks the extension of the selected file against the
2242 extensions in the
2243 .\"LINK2"
2244 Extensions File\&.
2245 .\"Extension File Edit"
2246 If a match is found then the code associated with that extension is
2247 executed. A very simple
2248 .\"LINK2"
2249 macro expansion
2250 .\"Macro Substitution"
2251 takes place before executing the command.
2252 .\"NODE "  The cd internal command"
2253 .SH "  The cd internal command"
2255 .I cd
2256 command is interpreted by the Midnight Commander, it is not passed to
2257 the command shell for execution.  Thus it may not handle all of the
2258 nice macro expansion and substitution that your shell does, although it
2259 does some of them:
2261 .I Tilde substitution.
2262 The (~) will be substituted with your home directory, if you append a
2263 username after the tilde, then it will be substituted with the login
2264 directory of the specified user.
2266 For example, ~guest is the home directory for the user guest, while
2267 ~/guest is the directory guest in your home directory.
2269 .I Previous directory.
2270 You can jump to the directory you were previously by using the special
2271 directory name '\-' like this:
2272 .B cd \-
2274 .I CDPATH directories.
2275 If the directory specified to the
2276 .B cd
2277 command is not in the current directory, then The Midnight Commander
2278 uses the value in the environment variable
2279 .B CDPATH
2280 to search for the directory in any of the named directories.
2282 For example you could set your
2283 .B CDPATH
2284 variable to ~/src:/usr/src, allowing you to change your directory to
2285 any of the directories inside the ~/src and /usr/src directories, from
2286 any place in the file system by using its relative name (for example
2287 cd linux could take you to /usr/src/linux).
2288 .\"NODE "  Macro Substitution"
2289 .SH "  Macro Substitution"
2290 When accessing a
2291 .\"LINK2"
2292 user menu\&,
2293 .\"Menu File Edit"
2294 or executing an
2295 .\"LINK2"
2296 extension dependent command\&,
2297 .\"Extension File Edit"
2298 or running a command from the command line input, a simple macro
2299 substitution takes place.
2301 The macros are:
2303 .I %i
2304 The indent of blank space, equal the cursor column position.  For edit
2305 menu only.
2307 .I %y
2308 The syntax type of current file. For edit menu only.
2310 .I %k
2311 The block file name.
2313 .I %e
2314 The error file name.
2316 .I %m
2317 The current menu name.
2319 .IR %f " and " %p
2320 The current file name.
2322 .I %x
2323 The extension of current file name.
2325 .I %b
2326 The current file name without extension.
2328 .I %d
2329 The current directory name.
2331 .I %F
2332 The current file in the unselected panel.
2334 .I %D
2335 The directory name of the unselected panel.
2337 .I %t
2338 The currently tagged files.
2340 .I %T
2341 The tagged files in the unselected panel.
2343 .IR %u " and " %U
2344 Similar to the %t and %T macros, but in addition the files are untagged.
2345 You can use this macro only once per menu file entry or extension file
2346 entry, because next time there will be no tagged files.
2348 .IR %s " and " %S
2349 The selected files: The tagged files if there are any. Otherwise the
2350 current file.
2352 .I %cd
2353 This is a special macro that is used to change the current directory
2354 to the directory specified in front of it.  This is used primarily as
2355 an interface to the
2356 .\"LINK2"
2357 Virtual File System\&.
2358 .\"Virtual File System"
2360 .I %view
2361 This macro is used to invoke the internal viewer.  This macro can be
2362 used alone, or with arguments.  If you pass any arguments to this
2363 macro, they should be enclosed in brackets.
2365 The arguments are:
2366 .I ascii
2367 to force the viewer into ascii mode;
2368 .I hex
2369 to force the viewer into hex mode;
2370 .I nroff
2371 to tell the viewer that it should interpret the bold and underline
2372 sequences of nroff;
2373 .I unformatted
2374 to tell the viewer to not interpret nroff commands for making the text
2375 bold or underlined.
2377 .I %%
2378 The % character
2380 .I %{some text}
2381 Prompt for the substitution. An input box is shown and the text inside
2382 the braces is used as a prompt. The macro is substituted by the text
2383 typed by the user. The user can press ESC or F10 to cancel. This macro
2384 doesn't work on the command line yet.
2386 .I %var{ENV:default}
2387 If environment variable
2388 .I ENV
2389 is unset, the
2390 .I default
2391 is substituted.  Otherwise, the value of
2392 .I ENV
2393 is substituted.
2394 .\"NODE "  The subshell support"
2395 .SH "  The subshell support"
2396 The subshell support is a compile time option, that works with the
2397 shells: bash, tcsh and zsh.
2399 When the subshell code is activated the Midnight Commander will
2400 spawn a concurrent copy of your shell (the one defined in the
2401 .B SHELL
2402 variable and if it is not defined, then the one in the /etc/passwd
2403 file) and run it in a pseudo terminal, instead of invoking a new shell
2404 each time you execute a command, the command will be passed to the
2405 subshell as if you had typed it.  This also allows you to change the
2406 environment variables, use shell functions and define aliases that are
2407 valid until you quit the Midnight Commander.
2409 If you are using
2410 .B bash
2411 you can specify startup
2412 commands for the subshell in your ~/.mc/bashrc file and
2413 special keyboard maps in the ~/.mc/inputrc file.
2414 .B tcsh
2415 users may specify startup commands in the ~/.mc/tcshrc file.
2417 When the subshell code is used, you can suspend applications at any
2418 time with the sequence C\-o and jump back to the Midnight Commander, if
2419 you interrupt an application, you will not be able to run other
2420 external commands until you quit the application you interrupted.
2422 An extra added feature of using the subshell is that the prompt
2423 displayed by the Midnight Commander is the same prompt that you are
2424 currently using in your shell.
2427 .\"LINK2"
2428 OPTIONS
2429 .\"OPTIONS"
2430 section has more information on how you can control the subshell code.
2431 .\"NODE "Chmod"
2432 .SH "Chmod"
2433 The Chmod window is used to change the attribute bits in a group of
2434 files and directories.  It can be invoked with the C\-x c key combination.
2436 The Chmod window has two parts \-
2437 .I Permissions
2439 .IR File .
2441 In the File section are displayed the name of the file or directory
2442 and its permissions in octal form, as well as its owner and group.
2444 In the Permissions section there is a set of check buttons which
2445 correspond to the file attribute bits.  As you change the attribute
2446 bits, you can see the octal value change in the File section.
2448 To move between the widgets (buttons and check buttons) use the
2449 .I arrow keys
2450 or the
2451 .I Tab
2452 key.  To change the state of the check buttons or to select a button
2454 .I Space.
2455 You can also use the hotkeys on the buttons to quickly activate them.
2456 Hotkeys are shown as highlighted letters on the buttons.
2458 To set the attribute bits, use the Enter key.
2460 When working with a group of files or directories, you just click on
2461 the bits you want to set or clear.  Once you have selected the bits
2462 you want to change, you select one of the action buttons (Set marked
2463 or Clear marked).
2465 Finally, to set the attributes exactly to those specified, you can use
2467 .B [Set all]
2468 button, which will act on all the tagged files.
2470 .B [Marked all]
2471 set only marked attributes to all selected files
2473 .B [Set marked]
2474 set marked bits in attributes of all selected files
2476 .B [Clean marked]
2477 clear marked bits in attributes of all selected files
2479 .B [Set]
2480 set the attributes of one file
2482 .B [Cancel]
2483 cancel the Chmod command
2484 .\"NODE "Chown"
2485 .SH "Chown"
2486 The Chown command is used to change the owner/group of a file. The hot
2487 key for this command is C\-x o.
2488 .\"NODE "Advanced Chown"
2489 .SH "Advanced Chown"
2490 The Advanced Chown command is the
2491 .\"LINK2"
2492 Chmod
2493 .\"Chmod"
2495 .\"LINK2"
2496 Chown
2497 .\"Chown"
2498 command combined into one window. You can change the permissions and
2499 owner/group of files at once.
2500 .\"NODE "File Operations"
2501 .SH "File Operations"
2502 When you copy, move or delete files the Midnight Commander shows the
2503 file operations dialog.  It shows the files currently being processed
2504 and uses up to three progress bars.  The file bar indicates the
2505 percentage of the current file that has been processed so far.  The
2506 count bar shows how many of the tagged files have been handled.  The
2507 bytes bar indicates the percentage of the total size of the tagged files
2508 that has been handled.  If the verbose option is off, the file and bytes
2509 bars are not shown.
2511 There are two buttons at the bottom of the dialog. Pressing the Skip
2512 button will skip the rest of the current file. Pressing the Abort
2513 button will abort the whole operation, the rest of the files are
2514 skipped.
2516 There are three other dialogs which you can run into during the file
2517 operations.
2519 The error dialog informs about error conditions and has three choices.
2520 Normally you select either the Skip button to skip the file or the Abort
2521 button to abort the operation altogether.  You can also select the Retry
2522 button if you fixed the problem from another terminal.
2524 The replace dialog is shown when you attempt to copy or move a file on
2525 the top of an existing file.  The dialog shows the dates and sizes of
2526 the both files.  Press the Yes button to overwrite the file, the No
2527 button to skip the file, the All button to overwrite all the files, the
2528 None button to never overwrite and the Update button to overwrite if the
2529 source file is newer than the target file.  You can abort the whole
2530 operation by pressing the Abort button.
2532 The recursive delete dialog is shown when you try to delete a directory
2533 which is not empty.  Press the Yes button to delete the directory
2534 recursively, the No button to skip the directory, the All button to
2535 delete all the directories and the None button to skip all the non\-empty
2536 directories.  You can abort the whole operation by pressing the Abort
2537 button.  If you selected the Yes or All button you will be asked for a
2538 confirmation.  Type "yes" only if you are really sure you want to do the
2539 recursive delete.
2541 If you have tagged files and perform an operation on them only the files
2542 on which the operation succeeded are untagged. Failed and skipped files
2543 are left tagged.
2544 .\"NODE "Mask Copy/Rename"
2545 .SH "Mask Copy/Rename"
2546 The copy/move operations let you translate the names of files in an
2547 easy way.  To do it, you have to specify the correct source mask and
2548 usually in the trailing part of the destination specify some wildcards.
2549 All the files matching the source mask are copied/renamed according to
2550 the target mask.  If there are tagged files, only the tagged files
2551 matching the source mask are renamed.
2553 There are other options which you can set:
2555 .B Follow links
2557 determines whether make the symlinks and hardlinks in the source
2558 directory (recursively in subdirectories) new links in the target
2559 directory or whether would you like to copy their content.
2561 .B Dive into subdirs
2563 determines the behavior when the source directory is about to be copied,
2564 but the target directory already exists.  The default action is to copy
2565 the contents of the source directory into the target directory.
2566 Enabling this option causes copying the source directory itself into the
2567 target directory.
2569 For example, you want to copy directory
2570 .I /foo
2571 containing file
2572 .I bar
2574 .IR /bla/foo ,
2575 which is an already existing directory.  Normally (when
2576 .B Dive into subdirs
2577 is not set), mc would copy file
2578 .I /foo/bar
2579 into the file
2580 .IR /bla/foo/bar .
2581 By enabling this option the
2582 .I /bla/foo/foo
2583 directory will be created, and
2584 .I /foo/bar
2585 will be copied into
2586 .IR /bla/foo/foo/bar .
2588 .B Preserve attributes
2590 determines whether to preserve the permissions, timestamps and (if you
2591 are root) the ownership of the original files.  If this option is not
2592 set, the current value of the umask will be respected.
2594 .B Use shell patterns on
2596 When the shell patterns option is on you can use the '*' and '?'
2597 wildcards in the source mask.  They work like they do in the shell.  In
2598 the target mask only the '*' and '\\<digit>' wildcards are allowed.  The
2599 first '*' wildcard in the target mask corresponds to the first wildcard
2600 group in the source mask, the second '*' corresponds to the second group
2601 and so on.  The '\\1' wildcard corresponds to the first wildcard group
2602 in the source mask, the '\\2' wildcard corresponds to the second group
2603 and so on all the way up to '\\9'.  The '\\0' wildcard is the whole
2604 filename of the source file.
2606 Two examples:
2608 If the source mask is "*.tar.gz", the destination is "/bla/*.tgz" and the
2609 file to be copied is "foo.tar.gz", the copy will be "foo.tgz" in "/bla".
2611 Suppose you want to swap basename and extension so that "file.c" would
2612 become "c.file" and so on.  The source mask for this is "*.*" and the
2613 destination is "\\2.\\1".
2615 .B Use shell patterns off
2617 When the shell patterns option is off the MC doesn't do automatic
2618 grouping anymore. You must use '\\(...\\)' expressions in the source
2619 mask to specify meaning for the wildcards in the target mask. This is
2620 more flexible but also requires more typing. Otherwise target masks
2621 are similar to the situation when the shell patterns option is on.
2623 Two examples:
2625 If the source mask is "^\\(.*\\)\\.tar\\.gz$", the destination is
2626 "/bla/*.tgz" and the file to be copied is "foo.tar.gz", the copy
2627 will be "/bla/foo.tgz".
2629 Let's suppose you want to swap basename and extension so that "file.c"
2630 will become "c.file" and so on. The source mask for this is
2631 "^\\(.*\\)\\.\\(.*\\)$" and the destination is "\\2.\\1".
2633 .B Case Conversions
2635 You can also change the case of the filenames.  If you use '\\u'
2636 or '\\l' in the target mask, the next character will be converted to
2637 uppercase or lowercase correspondingly.
2639 If you use '\\U' or '\\L' in the target mask, the next characters will
2640 be converted to uppercase or lowercase correspondingly up to the
2641 next '\\E' or next '\\U', '\\L' or the end of the file name.
2643 The '\\u' and '\\l' are stronger than '\\U' and '\\L'.
2645 For example, if the source mask is '*' (shell patterns on) or '^\\(.*\\)$'
2646 (shell patterns off) and the target mask is '\\L\\u*' the file names
2647 will be converted to have initial upper case and otherwise lower case.
2649 You can also use '\\' as a quote character. For example, '\\\\' is
2650 a backslash and '\\*' is an asterisk.
2652 .B Stable symlinks
2654 commands Midnight Commander, that it should change symlinks in the target,
2655 so that they'll point to the same location as it did before. With absolute
2656 symbolic links this does nothing, but if you have a relative one, it will
2657 recompute its value, adding necessary ../ and other directory parts and making
2658 the value as short as possible (most modern filesystems keep short symlinks
2659 inside inodes and thus don't waste much disk space).
2661 .\"NODE "Select/Unselect Files"
2662 .SH "Select/Unselect Files"
2663 The dialog of group of files and directories selection or uselection.
2665 .\"LINK2"
2666 input line
2667 .\"Input Line Keys"
2668 allow enter the regular expression of filenames that will be
2669 selected/unselected.
2671 When
2672 .I Files only
2673 checkbox is on, only files will be selected.  If
2674 .I Files only
2675 is off, as files as directories will be selected.
2676 When
2677 .I Shell Patterns
2678 checkbox is on, the regular expression is much like the filename globbing
2679 in the shell (* standing for zero or more characters and ?  standing
2680 for one character). If
2681 .I Shell Patterns
2682 is off, then the tagging of files is done with normal regular
2683 expressions (see ed (1)). When
2684 .I Case sensitive
2685 checkbox is on, the selection will be case sensitive characters.
2687 .I Case sensitive
2688 is off, the case will be ignored.
2689 .\"NODE "Diff Viewer"
2690 .SH "Internal Diff Viewer"
2691 The mcdiff is a visual diff tool. You can compare two files and edit them
2692 in\-place (diffs are updated dynamically). You can browse and view a working
2693 copy from popular version control systems (GIT, Subversion, etc).
2695 Following shortcuts are available in internal diff viewer of Midnight
2696 Commander.
2698 .B F1
2699 Invoke the built\-in hypertext help viewer.
2701 .B F2
2702 Save modified files.
2704 .B F4
2705 Edit file of the left panel in the internal editor.
2707 .B F14
2708 Edit file of the right panel in the internal editor.
2710 .B F5
2711 Merge the current hunk. Only the current hunk will be merged.
2713 .B F7
2714 Start search.
2716 .B F17
2717 Continue search.
2719 .B F10, Esc, q
2720 Exit from diff viewer.
2722 .B Alt\-s, s
2723 Toggle show of hunk status.
2725 .B Alt\-n, l
2726 Toggle show of line numbers.
2728 .B f
2729 Maximize left panel.
2731 .B \=
2732 Make panels equal in width.
2734 .B \>
2735 Reduce the size of the right panel.
2737 .B \<
2738 Reduce the size of the left panel.
2740 .B c
2741 Toggle show of trailing carriage return (CR) symbol as ^M.
2743 .B 2, 3, 4, 8
2744 Set tabulation size
2746 .B C\-u
2747 Swap contents of diff panels.
2749 .B C\-r
2750 Refresh the screen.
2752 .B C\-o
2753 Switch to the subshell and show the command screen.
2755 .B Enter, Space, n
2756 Find next diff hunk.
2758 .B Backspace, p
2759 Find previous diff hunk.
2761 .B g
2762 Go to line.
2764 .B Down
2765 Scroll one line forward.
2767 .B Up
2768 Scroll one line backward.
2770 .B PageUp
2771 Move one page up.
2773 .B PageDown
2774 Mves one page down.
2776 .B Home, A1
2777 Moves to the line beginning.
2779 .B End
2780 Moves to the line end.
2782 .B C\-Home
2783 Move to the file beginning.
2785 .B C\-End, C1
2786 Move to the file end.
2787 .\"NODE "Internal File Viewer"
2788 .SH "Internal File Viewer"
2789 The internal file viewer provides two display modes: ASCII and hex.
2790 To toggle between modes, use the F4 key.
2792 The viewer will try to use the best method provided by your system or
2793 the file type to display the information.
2794 Some character sequences, which appear most often in preformatted manual
2795 pages, are displayed bold and underlined, thus making a pretty display
2796 of your files.
2798 When in hex mode, the search function accepts text in quotes and
2799 constant numbers.  Text in quotes is matched exactly after removing
2800 the quotes.  Each number matches one byte.  You can mix quoted text
2801 with constants like this:
2804 "String" \-1 0xBB 012 "more text"
2807 Note that 012 is an octal number.  \-1 is converted to 0xFF.
2809 Here is a listing of the actions associated with each key that the
2810 Midnight Commander handles in the internal file viewer.
2812 .B F1
2813 Invoke the built\-in hypertext help viewer.
2815 .B F2
2816 Toggle the wrap mode.
2818 .B F4
2819 Toggle the hex mode.
2821 .B F5
2822 Goto line.  This will prompt you for a line number and will display
2823 that line.
2825 .B F6, /.
2826 Regular expression search.
2828 .B ?,
2829 Reverse regular expression search.
2831 .B F7
2832 Normal search / hex mode search.
2834 .B C\-s, F17, n.
2835 Start normal search if there was no previous search expression else
2836 find next match.
2838 .B C\-r.
2839 Start reverse search if there was no previous search expression else
2840 find next match.
2842 .B F8
2843 Toggle Raw/Parsed mode: This will show the file as found on disk or if
2844 a processing filter has been specified in the mc.ext file, then the
2845 output from the filter. Current mode is always the other than written
2846 on the button label, since on the button is the mode which you enter
2847 by that key.
2849 .B F9
2850 Toggle the format/unformat mode: when format mode is on the viewer
2851 will interpret some string sequences to show bold and underline with
2852 different colors. Also, on button label is the other mode than current.
2854 .B F10, Esc.
2855 Exit the internal file viewer.
2857 .B next\-page, space, C\-v.
2858 Scroll one page forward.
2860 .B prev\-page, Alt\-v, C\-b, Backspace.
2861 Scroll one page backward.
2863 .B down\-key
2864 Scroll one line forward.
2866 .B up\-key
2867 Scroll one line backward.
2869 .B C\-l
2870 Refresh the screen.
2872 .B C\-o
2873 Switch to the subshell and show the command screen.
2875 .B !
2876 Like C\-o, but run a new shell if the subshell is not running.
2878 .B "[n] m"
2879 Set the mark n.
2881 .B "[n] r"
2882 Jump to the mark n.
2884 .B C\-f
2885 Jump to the next file.
2887 .B C\-b
2888 Jump to the previous file.
2890 .B Alt\-r
2891 Toggle the ruler.
2893 .B Alt\-e
2894 to change charset of displayed text may use M\-e (Alt\-e).
2895 Recoding is made from selected codepage into system codepage. To
2896 cancel the recoding you may select "<No translation>" in charset
2897 selection dialog.
2899 It's possible to instruct the file viewer how to display a file, look
2900 at the
2901 .\"LINK2"
2902 Extension File Edit section
2903 .\"Extension File Edit"
2905 .\"NODE "Internal File Editor"
2906 .SH "Internal File Editor"
2907 The internal file editor is a full\-featured full screen editor.  It can
2908 edit files up to 64 megabytes.  It is possible to edit binary files.
2909 The internal file editor is invoked using
2910 .B F4
2911 if the
2912 .I use_internal_edit
2913 option is set in the initialization file.
2915 The features it presently supports are: block copy, move, delete, cut,
2916 paste; key for key undo; pull\-down menus; file insertion; macro
2917 commands; regular expression search and replace; shift\-arrow text highlighting
2918 (if supported by the terminal); insert\-overwrite toggle; word wrap;
2919 autoindent; tunable tab size; syntax highlighting for various file
2920 types; and an option to pipe text blocks through shell commands like
2921 indent and ispell.
2923 Sections:
2925 .\"LINK2"
2926 Options of editor in ini\-file
2927 .\"Internal File Editor / options"
2929 The editor is very easy to use and requires no tutoring. To see what
2930 keys do what, just consult the appropriate pull\-down menu. Other keys
2931 are: Shift movement keys do text highlighting.
2932 .B Ctrl\-Ins
2933 copies to the file
2934 .B cooledit.clip
2936 .B Shift\-Ins
2937 pastes from cooledit.clip.
2938 .B Shift\-Del
2939 cuts to
2940 .BR cooledit.clip ,
2942 .B Ctrl\-Del
2943 deletes highlighted text. Mouse highlighting also works, and you
2944 can override the mouse as usual by holding down the shift key
2945 while dragging the mouse to let normal terminal mouse highlighting
2946 work.
2948 To define a macro, press
2949 .B Ctrl\-R
2950 and then type out the key
2951 strokes you want to be executed. Press
2952 .B Ctrl\-R
2953 again when finished. You can then assign the macro to any key you
2954 like by pressing that key. The macro is executed when you press
2955 .B Ctrl\-A
2956 and then the assigned key. The macro is also executed if
2957 you press Meta, Ctrl, or Esc and the assigned key, provided that the
2958 key is not used for any other function. Once defined, the macro
2959 commands go into the file
2960 .B .mc/cedit/cooledit.macros
2961 in your home directory. You can delete a macro by deleting the
2962 appropriate line in this file.
2964 To change charset of displayed text may use M\-e (Alt\-e).
2965 Recoding is made from selected codepage into system codepage. To
2966 cancel the recoding you may select "<No translation>" in charset
2967 selection dialog.
2969 .B F19
2970 will format the currently highlighted block (plain text or
2971 .B C
2973 .B C++
2974 code or another). This is controlled by the
2975 file
2976 .B @prefix@/share/mc/edit.indent.rc
2977 which is copied to
2978 .B .mc/cedit/edit.indent.rc
2979 in your home directory the first time you use it.
2981 The editor also displays non\-us characters (160+). When editing
2982 binary files, you should set
2983 .B display bits
2984 to 7 bits in the options menu to keep the spacing clean.
2986 .\"NODE "Internal File Editor / options"
2987 .SH "Options of editor in ini\-file"
2989 Some editor options of ini\-file are described in this section.
2990 Options are placed in [Midnight\-Commander] section
2992 .I editor_wordcompletion_collect_entire_file
2993 Search autocomplete candidates in entire of file or just from
2994 begin of file to cursor position (0)
2996 .\"NODE "Screen selector"
2997 .SH "Screen selector"
2998 Midnight Commander supports running many internal modules (such as
2999 editor, viewer and diff viewer) simultaneously and switching between
3000 them without closing open files. Using several file managers at a time,
3001 however, is not currently supported.
3003 Let's call each of these modules a screen. There are three ways to
3004 switch between screens, using one of these global shortcuts:
3006 .B Alt\-}
3007 switch to the next screen;
3009 .B Alt\-{
3010 switch to the previous screen;
3012 .B Alt\-`
3013 open a dialog window with the list of currently open screens (or use the
3014 "Screen list" menu item).
3015 .\"NODE "Completion"
3016 .SH "Completion"
3017 Let the Midnight Commander type for you.
3019 Attempt to perform completion on the text before current position.  MC
3020 attempts completion treating the text as variable (if the text begins
3021 with
3022 .BR $ ),
3023 username (if the text begins with
3024 .BR ~ ),
3025 hostname (if the text begins with
3026 .BR @ )
3027 or command (if you are on the command line in the position where you
3028 might type a command, possible completions then include shell reserved
3029 words and shell built\-in commands as well) in turn.  If none of these
3030 matches, filename completion is attempted.
3032 Filename, username, variable and hostname completion works on all input
3033 lines, command completion is command line specific.  If the completion
3034 is ambiguous (there are more different possibilities), MC beeps and the
3035 following action depends on the setting of the
3036 .I Complete: show all
3037 option in the
3038 .\"LINK2"
3039 Configuration
3040 .\"Configuration"
3041 dialog.  If it is enabled, a list of all possibilities pops up next to
3042 the current position and you can select with the arrow keys and
3043 .B Enter
3044 the correct entry.  You can also type the first letters in which the
3045 possibilities differ to move to a subset of all possibilities and
3046 complete as much as possible.  If you press
3047 .B Alt\-Tab
3048 again, only the subset will be shown in the listbox, otherwise the first
3049 item which matches all the previous characters will be highlighted.  As
3050 soon as there is no ambiguity, dialog disappears, but you can hide it by
3051 canceling keys
3052 .BR Esc ,
3053 .B F10
3054 and left and right arrow keys. If
3055 .\"LINK2"
3056 Complete: show all
3057 .\"Configuration"
3058 is disabled, the dialog pops up only if you press
3059 .B Alt\-Tab
3060 for the second time, for the first time MC just beeps.
3061 .\"NODE "Virtual File System"
3062 .SH "Virtual File System"
3063 The Midnight Commander is provided with a code layer to access the file
3064 system; this code layer is known as the virtual file system switch.  The
3065 virtual file system switch allows the Midnight Commander to manipulate
3066 files not located on the Unix file system.
3068 Currently the Midnight Commander is packaged with some Virtual File
3069 Systems (VFS): the
3070 .I local
3071 file system, used for accessing the regular Unix file system; the
3072 .IR ftpfs ,
3073 used to manipulate files on remote systems with the FTP protocol; the
3074 .IR tarfs ,
3075 used to manipulate tar and compressed tar files; the
3076 .IR undelfs ,
3077 used to recover deleted files on ext2 file systems (the default file
3078 system for Linux systems),
3079 .I fish
3080 (for manipulating files over shell connections such as rsh and ssh).
3081 If the code was compiled with
3082 .I smbfs
3083 support, you can manipulate files on remote systems with the SMB (CIFS)
3084 protocol.
3086 A generic
3087 .I extfs
3088 (EXTernal virtual File System) is provided in order to easily expand
3089 VFS capabilities using scripts and external software.
3091 The VFS switch code will interpret all of the path names used and will
3092 forward them to the correct file system, the formats used for each one
3093 of the file systems is described later in their own section.
3094 .\"NODE "  FTP File System"
3095 .SH "  FTP File System"
3096 The FTP File System (ftpfs) allows you to manipulate files on remote
3097 machines.  To actually use it, you can use the
3098 .I FTP link
3099 item in the menu or directly change your current directory using the
3100 .I cd
3101 command to a path name that looks like this:
3103 .I /#ftp:[!][user[:pass]@]machine[:port][remote\-dir]
3106 .IR user ,
3107 .I port
3109 .I remote\-dir
3110 elements are optional.  If you specify the
3111 .I user
3112 element, the Midnight Commander will login to the remote machine as that
3113 user, otherwise it will use anonymous login or the login name from the
3114 .I ~/.netrc
3115 file.  The optional
3116 .I pass
3117 element is the password used for the connection.  Using the password in
3118 the VFS directory name is not recommended, because it can appear on the
3119 screen in clear text and can be saved to the directory history.
3121 To enable using FTP proxy, prepend
3122 .B !
3123 (an exclamation sign) to the hostname.
3125 Examples:
3128     /#ftp:ftp.nuclecu.unam.mx/linux/local
3129     /#ftp:tsx\-11.mit.edu/pub/linux/packages
3130     /#ftp:!behind.firewall.edu/pub
3131     /#ftp:guest@remote\-host.com:40/pub
3132     /#ftp:miguel:xxx@server/pub
3135 Please check the
3136 .\"LINK2"
3137 Virtual File System
3138 .\"Virtual FS"
3139 dialog box for ftpfs options.
3140 .\"NODE "  Tar File System"
3141 .SH "  Tar File System"
3142 The tar file system provides you with read\-only access to your tar
3143 files and compressed tar files by using the chdir command.  To change
3144 your directory to a tar file, you change your current directory to the
3145 tar file by using the following syntax:
3147 .I /filename.tar#utar/[dir\-inside\-tar]
3149 The mc.ext file already provides a shortcut for tar files, this means
3150 that usually you just point to a tar file and press return to enter
3151 into the tar file, see the
3152 .\"LINK2"
3153 Extension File Edit
3154 .\"Extension File Edit"
3155 section for details on how this is done.
3157 Examples:
3160     mc\-3.0.tar.gz#utar/mc\-3.0/vfs
3161     /ftp/GCC/gcc\-2.7.0.tar#utar
3164 The latter specifies the full path of the tar archive.
3165 .\"NODE "  FIle transfer over SHell filesystem"
3166 .SH "  FIle transfer over SHell filesystem"
3167 The fish file system is a network based file system that allows you to
3168 manipulate the files in a remote machine as if they were local. To use
3169 this, the other side has to either run fish server, or has to have
3170 bash\-compatible shell.
3172 To connect to a remote machine, you just need to chdir
3173 into a special directory which name is in the following
3174 format:
3176 .I /#sh:[user@]machine[:options]/[remote\-dir]
3179 .I user,
3180 .I options
3182 .I remote\-dir
3183 elements are optional.  If you specify the
3184 .I user
3185 element, the Midnight Commander will try to login on the remote
3186 machine as that user, otherwise it will use your login name.
3188 The available
3189 .I options
3190 are:
3192   'C' \- use compression;
3193   'r' \- use rsh instead of ssh;
3194   port \- specify the port used by remote server.
3196 If the
3197 .I remote\-dir
3198 element is present, your current directory on the remote machine will be
3199 set to this one.
3201 Examples:
3204     /#sh:onlyrsh.mx:r/linux/local
3205     /#sh:joe@want.compression.edu:C/private
3206     /#sh:joe@noncompressed.ssh.edu/private
3207     /#sh:joe@somehost.ssh.edu:2222/private
3209 .\"NODE "  Undelete File System"
3210 .SH "  Undelete File System"
3211 On Linux systems, if you asked configure to use the ext2fs undelete
3212 facilities, you will have the undelete file system available.
3213 Recovery of deleted files is only available on ext2 file systems.  The
3214 undelete file system is just an interface to the ext2fs library to
3215 retrieve all of the deleted files names on an ext2fs and provides and
3216 to extract the selected files into a regular partition.
3218 To use this file system, you have to chdir into the special file name
3219 formed by the "/#undel" prefix and the file name where the actual
3220 file system resides.
3222 For example, to recover deleted files on the second partition of the
3223 first SCSI disk on Linux, you would use the following path name:
3226     /#undel:sda2
3229 It may take a while for the undelfs to load the required information
3230 before you start browsing files there.
3231 .\"NODE "  SMB File System"
3232 .SH "  SMB File System"
3233 The smbfs allows you to manipulate files on remote machines with SMB
3234 (or CIFS) protocol.  These include Windows for Workgroups,
3235 Windows 9x/ME/XP, Windows NT, Windows 2000 and Samba.
3236 To actually use it, you may try to use the panel command "SMB link..."
3237 (accessible from the menubar) or you may directly change your current
3238 directory to it using the cd command to a path name that looks like this:
3240 .I /#smb:[user@]machine[/service][/remote\-dir]
3243 .IR user ,
3244 .I service
3246 .I remote\-dir
3247 elements are optional.
3249 .IR user ,
3250 .I domain
3252 .I password
3253 can be specified in an input dialog.
3255 Examples:
3258     /#smb:machine/Share
3259     /#smb:other_machine
3260     /#smb:guest@machine/Public/Irlex
3262 .\"NODE "  EXTernal File System"
3263 .SH "  EXTernal File System"
3264 .B extfs
3265 allows to integrate numerous features and file types into GNU Midnight
3266 Commander in an easy way, by writing scripts.
3268 Extfs filesystems can be divided into two categories:
3270 1. Stand\-alone filesystems, which are not associated with any existing
3271 file.  They represent certain system\-wide data as a directory tree.
3272 You can invoke them by typing
3273 .RI ' "cd #fsname" '
3274 where fsname is an extfs short name (see below).  Examples of such
3275 filesystems include audio (list audio tracks on the CD) or apt (list of
3276 all Debian packages in the system).
3278 For example, to list CD\-Audio tracks on your CD\-ROM drive, type
3281   cd #audio
3284 2. 'Archive' filesystems (like rpm, patchfs and more), which represent
3285 contents of a file as a directory tree.  It can consist of 'real' files
3286 compressed in an archive (urar, rpm) or virtual files, like messages
3287 in a mailbox (mailfs) or parts of a patch (patchfs).  To access such
3288 filesystems
3289 .RI ' #fsname '
3290 should be appended to the archive name.  Note that the archive itself
3291 can be on another vfs.
3293 For example, to list contents of a zip archive documents.zip type
3296   cd documents.zip#uzip
3299 In many aspects, you could treat extfs like any other directory.  For
3300 instance, you can add it to the hotlist or change to it from directory
3301 history.  An important limitation is that you cannot invoke shell
3302 commands inside extfs, just like any other non\-local VFS.
3304 Common extfs scripts included with Midnight Commander are:
3306 .B a
3307 access 'A:' DOS/Windows diskette
3308 .RI ( "cd #a" ).
3310 .B apt
3311 front end to Debian's APT package management system
3312 .RI ( "cd #apt" ).
3314 .B audio
3315 audio CD ripping and playing
3316 .RI ( "cd #audio"
3318 .IR "cd device#audio" ).
3320 .B bpp
3321 package of Bad Penguin GNU/Linux distribution
3322 .RI ( "cd file.bpp#bpp" ).
3324 .B deb
3325 package of Debian GNU/Linux distribution
3326 .RI ( "cd file.deb#deb" ).
3328 .B dpkg
3329 Debian GNU/Linux installed packages
3330 .RI ( "cd #deb" ).
3332 .B hp48
3333 view and copy files to/from a HP48 calculator
3334 .RI ( "cd #hp48" ).
3336 .B lslR
3337 browsing of lslR listings as found on many FTPs
3338 .RI ( "cd filename#lslR" ).
3340 .B mailfs
3341 mbox\-style mailbox files support
3342 .RI ( "cd mailbox#mailfs" ).
3344 .B patchfs
3345 extfs to handle unified and context diffs
3346 .RI ( "cd filename#patchfs" ).
3348 .B rpm
3349 RPM package
3350 .RI ( "cd filename#rpm" ).
3352 .B rpms
3353 RPM database management
3354 .RI ( "cd #rpms" ).
3356 .B ulha, urar, uzip, uzoo, uar, uha
3357 archivers
3358 .RI ( "cd archive#xxxx"
3359 where xxxx is one of:
3360 .IR ulha ,
3361 .IR urar ,
3362 .IR uzip ,
3363 .IR uzoo ,
3364 .IR uar ,
3365 .IR uha ).
3367 You could bind file type/extension to specified extfs as described in the
3368 .\"LINK2"
3369 Extension File Edit
3370 .\"Extension File Edit"
3371 section.  Here is an example entry for Debian packages:
3374   regex/\.deb$
3375           Open=%cd %p#deb
3377 .\"NODE "Colors"
3378 .SH "Colors"
3379 The Midnight Commander will try to detect if your terminal supports
3380 color using the terminal database and your terminal name.  Sometimes
3381 it gets confused, so you may force color mode or disable color mode
3382 using the \-c and \-b flag respectively.
3384 If the program is compiled with the Slang screen manager instead of
3385 ncurses, it will also check the variable
3386 .B COLORTERM,
3387 if it is set, it has the same effect as the \-c flag.
3389 You may specify terminals that always force color mode
3390 by adding the
3391 .I color_terminals
3392 variable to the Colors section of the initialization file.  This will
3393 prevent the Midnight Commander from trying to detect if your terminal
3394 supports color.  Example:
3397 [Colors]
3398 color_terminals=linux,xterm
3399 color_terminals=terminal\-name1,terminal\-name2...
3402 The program can be compiled with both ncurses and slang, ncurses does
3403 not provide a way to force color mode: ncurses uses just the
3404 information in the terminal database.
3406 The Midnight Commander provides a way to change the default colors.
3407 Currently the colors are configured using the environment variable
3408 .B MC_COLOR_TABLE
3409 or the Colors section in the initialization file.
3411 In the Colors section, the default color map is loaded from the
3412 .I base_color
3413 variable.  You can specify an alternate color map for a terminal by
3414 using the terminal name as the key in this section.  Example:
3417 [Colors]
3418 base_color=
3419 xterm=menu=magenta:marked=,magenta:markselect=,red
3422 The format for the color definition is:
3425   <keyword>=<foregroundcolor>,<backgroundcolor>:<keyword>= ...
3428 The colors are optional, and the keywords are: normal, selected, disabled, marked,
3429 markselect, errors, input, inputmark, inputunchanged, commandlinemark,
3430 reverse, gauge, header, inputhistory, commandhistory.  Menu colors are: menunormal,
3431 menusel, menuhot, menuhotsel, menuinactive. Dialog colors are: dnormal, dfocus,
3432 dhotnormal, dhotfocus, dtitle. Error dialog colors are: errdfocus, errdhotnormal,
3433 errdhotfocus, errdtitle.  Help colors are: helpnormal, helpitalic, helpbold,
3434 helplink, helpslink, helptitle.  Viewer color are: viewbold, viewunderline, viewselected.
3435 Editor colors are: editnormal, editbold, editmarked.
3437 .I input
3438 determines the color of input lines used in query dialogs.
3440 .I gauge
3441 determines the color of the filled part of the progress bar (gauge),
3442 which is used to show the user the progress of file operations, such as
3443 copying.
3445 .I disabled
3446 determines the color of the widget that cannot be selected.
3448 The dialog boxes use the following colors:
3449 .I dnormal
3450 is used for the normal text,
3451 .I dfocus
3452 is the color used for the currently selected component,
3453 .I dhotnormal
3454 is the color used to differentiate the hotkey color in normal
3455 components, whereas the
3456 .I dhotfocus
3457 color is used for the highlighted color in the currently selected
3458 component.
3460 Menus use the same scheme but uses the menunormal, menusel, menuhot, menuhotsel
3461 and menuinactive tags instead.
3463 Help uses the following colors:
3464 .I helpnormal
3465 is used for normal text,
3466 .I helpitalic
3467 is used for text which is emphasized in italic in the manual page,
3468 .I helpbold
3469 is used for text which is emphasized in bold in the manual page,
3470 .I helplink
3471 is used for not selected hyperlinks and
3472 .I helpslink
3473 is used for selected hyperlink.
3475 The possible colors are: black, gray, red, brightred, green,
3476 brightgreen, brown, yellow, blue, brightblue, magenta, brightmagenta,
3477 cyan, brightcyan, lightgray and white. And there is a special keyword
3478 for transparent background. It is 'default'. The 'default' can only be
3479 used for background color. Example:
3482 [Colors]
3483 base_color=normal=white,default:marked=magenta,default
3486 .\"NODE "Skins"
3487 .SH "Skins"
3488 You can change the appearance of Midnight Commander.
3489 To do this, you must specify a file that contain descriptions of colors
3490 and lines to draw boxes. Redefining of the colors is entirely compatible
3491 with the assignment of colors, as described in Section
3492 .\"LINK2"
3493 Colors\&.
3494 .\"Colors"
3496 A skin\-file is searched on the following algorithm (to the first one found):
3499 1) command line option
3500 .B \-S \<skin\>
3502 .B \-\-skin=\<skin\>
3504 2) Environment variable
3505 .B MC_SKIN
3507 3) In config file parameter
3508 .B skin
3509 in section
3510 .B [Midnight\-Commander]
3512 4) File
3513 .B @sysconfdir@/mc/skins/default.ini
3515 5) File
3516 .B @prefix@/share/mc/skins/default.ini
3519 Command line option, environment variable and parameter in config file may
3520 contain the absolute path to the skin\-file (with the extension \.ini
3521 or without it). Search of skin\-file will occur in (to the first one found):
3524 .B ~/.mc/skins/
3527 .B @sysconfdir@/mc/skins/
3530 .B @prefix@/share/mc/skins/
3534 For getting extended info, refer to:
3536 .\"LINK2"
3537 Description of section and parameters
3538 .\"Skins sections"
3540 .\"LINK2"
3541 Color pair definitions
3542 .\"Skins colors"
3544 .\"LINK2"
3545 Draw lines
3546 .\"Skins lines"
3548 .\"LINK2"
3549 Compatibility
3550 .\"Skins oldcolors"
3553 .\"NODE "  Skins sections"
3554 .SH "  Description of section and parameters"
3556 Section
3557 .B [skin]
3558 contain metainfo for skin\-file. Parameter
3559 .I description
3560 contain short text about skin.
3563 Section
3564 .B [filehighlight]
3565 contain descriptions of color pairs for filenames highlighting.
3566 Name of parameters must be equal to names of sections into
3567 filehighlight.ini file.
3569 .\"LINK2"
3570 Filenames Highlight
3571 .\"Filenames Highlight"
3572 for getting more info.
3575 Section
3576 .B [core]
3577 describes the elements that are used everywhere.
3579 .I _default_
3580 Default color pair. Used in all other sections if they not contain
3581 color definitions
3583 .I selected
3584 cursor
3586 .I marked
3587 selected data
3589 .I markselect
3590 cursor on selected data
3592 .I gauge
3593 color of the filled part of the progress bar
3595 .I input
3596 color of input lines used in query dialogs
3598 .I inputmark
3599 color of input selected text
3601 .I inputunhanged
3602 color of input text before first modification or cursor movement
3604 .I commandlinemark
3605 color of selected text in command line
3607 .I reverse
3608 reverse color
3610 Section
3611 .B [dialog]
3612 describes the elements that are placed on dialog windows (except error dialogs).
3614 .I _default_
3615 Default color for this section. Used [core]._default_ if not specified
3617 .I dfocus
3618 Color of active element (in focus)
3620 .I dhotnormal
3621 Color of hotkeys
3623 .I dhotfocus
3624 Color of hotkeys in focused element
3627 Section
3628 .B [error]
3629 describes the elements that are placed on error dialog windows
3631 .I _default_
3632 Default color for this section. Used [core]._default_ if not specified
3634 .I errdhotnormal
3635 Color of hotkeys
3637 .I errdhotfocus
3638 Color of hotkeys in focused element
3641 Section
3642 .B [menu]
3643 describes the elements that are placed in menu. This section describes
3644 system menu (called by F9) and user\-defined menus (called by F2 in panels
3645 and by F11 in editor).
3647 .I _default_
3648 Default color for this section. Used [core]._default_ if not specified
3650 .I entry
3651 Color of menu items
3653 .I menuhot
3654 Color of menu hotkeys
3656 .I menusel
3657 Color of active menu item (in focus)
3659 .I menuhotsel
3660 Color of menu hotkeys in focused menu item
3662 .I menuinactive
3663 Color of inactive menu
3666 Section
3667 .B [help]
3668 describes the elements that are placed on help window.
3670 .I _default_
3671 Default color for this section. Used [core]._default_ if not specified
3673 .I helpitalic
3674 Color pair for element with
3675 .B italic
3676 attribute
3678 .I helpbold
3679 Color pair for element with
3680 .B bold
3681 attribute
3683 .I helplink
3684 Color of links
3686 .I helpslink
3687 Color of active link (on focus)
3690 Section
3691 .B [editor]
3692 describes the colors of elements placed in editor.
3694 .I _default_
3695 Default color for this section. Used [core]._default_ if not specified
3697 .I editbold
3698 Color pair for element with
3699 .B bold
3700 attribute
3702 .I editmarked
3703 Color of selected text
3705 .I editwhitespace
3706 Color of tabs and trailing spaces highlighting
3708 .I editlinestate
3709 Color for line state area
3712 Section
3713 .B [viewer]
3714 describes the colors of elements placed in viewer.
3716 .I viewunderline
3717 Color pair for element with
3718 .B underline
3719 attribute
3721 .\"NODE "  Skins colors"
3722 .SH "  Color pair definitions"
3723 Any parameter in skin\-file contain definition of color pair.
3725 Color pairs described as two colors separated by ';'. First color
3726 sets the foreground color, second color sets background color.
3727 One of the colors may be omitted, in this case color will be
3728 taken from default color pair (global color pair  or
3729 from default color pair of this section).
3731 Example:
3734 [core]
3735     # green on black
3736     _default_=green;black
3737     # green (default)  on blue
3738     selected=;blue
3739     # yellow on black (default)
3740     marked=yellow;
3744 Possible colors (names) described in
3745 .\"LINK2"
3746 Colors\&.
3747 .\"Colors"
3748 section.
3750 .\"NODE "  Skins lines"
3751 .SH "  Draw lines"
3752 Lines sets in section
3753 .B [Lines]
3754 into skin\-file. By default single lines are used, but you may redefine
3755 to usage of any utf\-8 symbols (like to lines, for example).
3757 .I WARNING!!!
3758 When you build Midnight Commander with the Ncurses screen library
3759 usage of drawing lines is limited!
3760 Possible only drawing a single lines.
3761 For all questions and comments please contact the developers of Ncurses.
3764 Descriptions of parameters
3765 .BR [Lines] :
3767 .I lefttop
3768 left\-top line fragment.
3770 .I righttop
3771 right\-top line fragment.
3773 .I centertop
3774 down branch of horizontal line
3776 .I centerbottom
3777 up branch of horizontal line
3779 .I leftbottom
3780 left\-bottom line fragment
3782 .I rightbottom
3783 right\-bottom line fragment
3785 .I leftmiddle
3786 right branch of vertical line
3788 .I rightmiddle
3789 left branch of vertical line
3791 .I centermiddle
3792 cross of lines
3794 .I horiz
3795 horizontal line
3797 .I vert
3798 vertical line
3800 .I thinhoriz
3801 thin horizontal line
3803 .I thinvert
3804 thin vertical line
3807 .\"NODE "  Skins oldcolors"
3808 .SH "  Compatibility"
3810 Appointment of color  by skin\-files fully compatible with
3811 the appointment of the colors described in
3812 .\"LINK2"
3813 Colors\&.
3814 .\"Colors"
3815 section.
3817 In this case, reassignment of colors has priority over the skin file and is
3818 complementary.
3820 .\"NODE "Filenames Highlight"
3821 .SH "Filenames Highlight"
3822 Section [filehighlight] in current skin\-file contains key names as
3823 highlight groups and values as color pairs. Color pairs is documented
3825 .\"LINK2"
3826 Skins
3827 .\"Skins"
3828 section.
3830 Rules of filenames highlight are placed in @prefix@/share/mc/filehighlight.ini file
3831 (~/.mc/filehighlight.ini).
3832 Name of section in this file must be equal to parameters names in
3833 [filehighlight] section (in current skin\-file).
3835 Keys in these groups are:
3837 .I type
3838 file type. If present, all other options are ignored.
3840 .I regexp
3841 regular expression. If present, 'extensions' option is ignored.
3843 .I extensions
3844 list of extensions of files. Separated by ';' sign.
3846 .I extensions_case
3847 (make sense only with 'extensions' parameter) make 'extensions'
3848 rule case sentitive (true) or not (false).
3850 `type' key may have values:
3852 \- FILE (all files)
3853   \- FILE_EXE
3854 \- DIR (all directories)
3855   \- LINK_DIR
3856 \- LINK (all links except stale link)
3857   \- HARDLINK
3858   \- SYMLINK
3859 \- STALE_LINK
3860 \- DEVICE (all device files)
3861   \- DEVICE_BLOCK
3862   \- DEVICE_CHAR
3863 \- SPECIAL (all special files)
3864   \- SPECIAL_SOCKET
3865   \- SPECIAL_FIFO
3866   \- SPECIAL_DOOR
3870 .\"NODE "Special Settings"
3871 .SH "Special Settings"
3872 Most of the Midnight Commander settings can be changed from the
3873 menus. However, there are a small number of settings which can only be
3874 changed by editing the setup file.
3876 These variables may be set in your ~/.mc/ini file:
3878 .I clear_before_exec
3879 By default the Midnight Commander clears the screen before executing a
3880 command.  If you would prefer to see the output of the command at the
3881 bottom of the screen, edit your ~/.mc/ini file and change the value of
3882 the field clear_before_exec to 0.
3884 .I confirm_view_dir
3885 If you press F3 on a directory, normally MC enters that directory.  If
3886 this flag is set to 1, then MC will ask for confirmation before changing
3887 the directory if you have files tagged.
3889 .I ftpfs_retry_seconds
3890 This value is the number of seconds the Midnight Commander will wait
3891 before attempting to reconnect to an FTP server that has denied the
3892 login.  If the value is zero, the login will no be retried.
3894 .I max_dirt_limit
3895 Specifies how many screen updates can be skipped at most in the internal
3896 file viewer.  Normally this value is not significant, because the code
3897 automatically adjusts the number of updates to skip according to the
3898 rate of incoming keystrokes.  However, on very slow machines or
3899 terminals with a fast keyboard auto repeat, a big value can make screen
3900 updates too jumpy.
3902 It seems that setting max_dirt_limit to 10 causes the best behavior,
3903 and that is the default value.
3905 .I mouse_move_pages_viewer
3906 Controls if scrolling with the mouse is done by pages or line by line
3907 on the internal file viewer.
3909 .I only_leading_plus_minus
3910 Allow special treatment for '+', '\-', '*' in the command line (select,
3911 unselect, reverse selection) only if the command line is empty.  You
3912 don't need to quote those characters in the middle of the command line.
3913 On the other hand, you cannot use them to change selection when the
3914 command line is not empty.
3916 .I show_output_starts_shell
3917 This variable only works if you are not using the subshell support.
3918 When you use the C\-o keystroke to go back to the user screen, if this
3919 one is set, you will get a fresh shell.  Otherwise, pressing any key
3920 will bring you back to the Midnight Commander.
3922 .I timeformat_recent
3923 Change the time format used to display dates less than 6 months from
3924 now.
3925 See strftime or date man page for the format specification. If this
3926 option is absent, default timeformat is used.
3928 .I timeformat_old
3929 Change the time format used to display  dates older than 6 months from
3930 now or for dates in the future.
3931 See strftime or date man page for the format specification. If this
3932 option is absent, default timeformat is used.
3934 .I torben_fj_mode
3935 If this flag is set, then the home and end keys will work slightly
3936 different on the panels, instead of moving the selection to the first
3937 and last files in the panels, they will act as follows:
3939 The home key will: Go up to the middle line, if below it; else go to the
3940 top line unless it is already on the top line, in this case it will go
3941 to the first file in the panel.
3943 The end key has a similar behavior: Go down to the middle line, if over
3944 it; else go to the bottom line unless you already are at the bottom
3945 line, in such case it will move the selection to the last file name in
3946 the panel.
3948 .I use_file_to_guess_type
3949 If this variable is on (the default) it will spawn the file command to
3950 match the file types listed on the
3951 .\"LINK2"
3952 mc.ext file\&.
3953 .\"Extension File Edit"
3955 .I xtree_mode
3956 If this variable is on (default is off) when you browse the file system
3957 on a Tree panel, it will automatically reload the other panel with the
3958 contents of the selected directory.
3960 .I fish_directory_timeout
3961 This variable holds the lifetime of a directory cache entry in seconds. The
3962 default value is 900 seconds.
3964 .I clipboard_store
3965 This variable contains path (with options) to the external clipboard
3966 utility like 'xclip' to read text into X selection from file.
3967 For example:
3970 clipboard_store=xclip \-i
3972 .I clipboard_paste
3973 This variable contains path (with options) to the external clipboard
3974 utility like 'xclip' to print the selection to standard out.
3975 For example:
3978 clipboard_store=xclip \-o
3980 .I autodetect_codeset
3981 This option allows use the `enca' command to autodetect codeset of text files
3982 in internal viewer and editor. List of valid values can be obtain by the
3983 `enca \-\-list languages | cut \-d : \-f1' command. Option must be located
3984 in the [Misc] section.
3986 For example:
3989 autodetect_codeset=russian
3991 .\"NODE "Terminal databases"
3992 .SH "Terminal databases"
3993 The Midnight Commander provides a way to fix your system terminal
3994 database without requiring root privileges.  The Midnight Commander
3995 searches in the system initialization file (the mc.lib file located in
3996 the Midnight Commander library directory) and in the ~/.mc/ini file for
3997 the section "terminal:your\-terminal\-name" and then for the section
3998 "terminal:general", each line of the section contains a key symbol that
3999 you want to define, followed by an equal sign and the definition for the
4000 key.  You can use the special \\e form to represent the escape character
4001 and the ^x to represent the control\-x character.
4003 The possible key symbols are:
4006 f0 to f20     Function keys f0\-f20
4007 bs            backspace
4008 home          home key
4009 end           end key
4010 up            up arrow key
4011 down          down arrow key
4012 left          left arrow key
4013 right         right arrow key
4014 pgdn          page down key
4015 pgup          page up key
4016 insert        the insert character
4017 delete        the delete character
4018 complete      to do completion
4021 For example, to define the key insert to be the Escape + [ + O + p, you
4022 set this in the ini file:
4025 insert=\\e[Op
4029 Also now you can use
4030 .I extended learn keys.
4031 For example:
4034     ctrl\-alt\-right=\\e[[1;6C
4035     ctrl\-alt\-left=\\e[[1;6D
4039 This means that ctrl+alt+left sends a \\e[[1;6D escape sequence
4040 and therefore Midnight Commander interprets "\\e[[1;6D" as Ctrl\-Alt\-Left.
4044 .I complete
4045 key symbol represents the escape sequences used to invoke the completion
4046 process, this is invoked with Alt\-tab, but you can define other keys to do
4047 the same work (on those keyboard with tons of nice and unused keys
4048 everywhere).
4049 .SH ""
4050 .\"NODE "FILES"
4051 .SH "FILES"
4052 Full paths below may vary between installations.  They are also affected
4053 by the MC_DATADIR environment variable.  If it's set, its value is used
4054 instead of @prefix@/share/mc in the paths below.
4056 .I @prefix@/share/mc/mc.hlp
4058 The help file for the program.
4060 .I @prefix@/share/mc/mc.ext
4062 The default system\-wide extensions file.
4064 .I ~/.mc/bindings
4066 User's own extension, view configuration and edit configuration
4067 file.  They override the contents of the system wide files if present.
4069 .I @prefix@/share/mc/mc.ini
4071 The default system\-wide setup for the Midnight Commander, used only if
4072 the user doesn't have his own ~/.mc/ini file.
4074 .I @prefix@/share/mc/mc.lib
4076 Global settings for the Midnight Commander.  Settings in this file
4077 affect all users, whether they have ~/.mc/ini or not.  Currently, only
4078 .\"LINK2"
4079 terminal settings
4080 .\"Terminal databases"
4081 are loaded from mc.lib.
4083 .I ~/.mc/ini
4085 User's own setup. If this file is present then the setup is loaded
4086 from here instead of the system\-wide startup file.
4088 .I @prefix@/share/mc/mc.hint
4090 This file contains the hints displayed by the program.
4092 .I @prefix@/share/mc/mc.menu
4094 This file contains the default system\-wide applications menu.
4096 .I ~/.mc/menu
4098 User's own application menu. If this file is present it is used instead
4099 of the system\-wide applications menu.
4101 .I ~/.mc/Tree
4103 The directory list for the directory tree and tree view features.
4105 .I ./.mc.menu
4107 Local user\-defined menu. If this file is present, it is used instead of
4108 the home or system\-wide applications menu.
4109 .\"SKIP_SECTION"
4110 .SH "LICENSE"
4111 This program is distributed under the terms of the GNU General Public
4112 License as published by the Free Software Foundation. See the built\-in
4113 help for details on the License and the lack of warranty.
4114 .\"NODE "AVAILABILITY"
4115 .SH "AVAILABILITY"
4116 The latest version of this program can be found at
4117 ftp://ftp.gnu.org/gnu/mc/.
4118 .\"NODE "SEE ALSO"
4119 .SH "SEE ALSO"
4120 ed(1), gpm(1), terminfo(1), view(1), sh(1), bash(1),
4121 tcsh(1), zsh(1).
4124 The Midnight Commander page on the World Wide Web:
4125         http://www.midnight\-commander.org/
4127 .\"NODE "AUTHORS"
4128 .SH "AUTHORS"
4129 Authors and contributors are listed in the AUTHORS file in the source
4130 distribution.
4131 .\"NODE "BUGS"
4132 .SH "BUGS"
4133 See the file TODO in the distribution for information on what remains to
4134 be done.
4136 If you want to report a problem with the program, please send mail to
4137 this address: mc\-devel@gnome.org.
4139 Provide a detailed description of the bug, the version of the program
4140 you are running
4141 .RI ( "mc \-V"
4142 displays this information), the operating system you are running the
4143 program on.  If the program crashes, we would appreciate a stack trace.