mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
Man page fixups.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
8e51f583dc
commit
e33c0a15b5
217
doc/man/mc.1.in
217
doc/man/mc.1.in
@ -239,7 +239,7 @@ Thus C\-f would be: hold the Control key and type f.
|
|||||||
.B Alt\-<chr>
|
.B Alt\-<chr>
|
||||||
means hold the Meta or Alt key down while typing <chr>.
|
means hold the Meta or Alt key down while typing <chr>.
|
||||||
If there is no Meta or Alt key, type
|
If there is no Meta or Alt key, type
|
||||||
.IR ESC ,
|
.IR Esc ,
|
||||||
release it, then type the character <chr>.
|
release it, then type the character <chr>.
|
||||||
.TP
|
.TP
|
||||||
.B S\-<chr>
|
.B S\-<chr>
|
||||||
@ -457,8 +457,8 @@ panel.
|
|||||||
to tag files you may use the Insert key (the kich1 terminfo sequence).
|
to tag files you may use the Insert key (the kich1 terminfo sequence).
|
||||||
To untag files, just retag a tagged file.
|
To untag files, just retag a tagged file.
|
||||||
.TP
|
.TP
|
||||||
.B M\-e
|
.B Alt\-e
|
||||||
to change charset of panel you may use M\-e (Alt\-e).
|
to change charset of panel you may use Alt\-e (M\-e).
|
||||||
Recoding is made from selected codepage into system codepage. To
|
Recoding is made from selected codepage into system codepage. To
|
||||||
cancel the recoding, select "No translation" in the dialog of encodings.
|
cancel the recoding, select "No translation" in the dialog of encodings.
|
||||||
.TP
|
.TP
|
||||||
@ -549,7 +549,7 @@ moves to the next directory in the history, equivalent to clicking the
|
|||||||
.I >
|
.I >
|
||||||
with the mouse.
|
with the mouse.
|
||||||
.TP
|
.TP
|
||||||
.B Alt\-Shift\-h, Alt\-H
|
.B Alt\-S\-h, Alt\-H
|
||||||
displays the directory history, equivalent to depressing the 'v' with
|
displays the directory history, equivalent to depressing the 'v' with
|
||||||
the mouse.
|
the mouse.
|
||||||
.\"NODE " Quick search"
|
.\"NODE " Quick search"
|
||||||
@ -589,7 +589,7 @@ copy the currently selected file name to the command line.
|
|||||||
.B C\-Enter
|
.B C\-Enter
|
||||||
same a Alt\-Enter. May not work on remote systems and some terminals.
|
same a Alt\-Enter. May not work on remote systems and some terminals.
|
||||||
.TP
|
.TP
|
||||||
.B C\-Shift\-Enter
|
.B C\-S\-Enter
|
||||||
copy the full path name of the currently selected file to the command
|
copy the full path name of the currently selected file to the command
|
||||||
line. May not work on remote systems and some terminals.
|
line. May not work on remote systems and some terminals.
|
||||||
.TP
|
.TP
|
||||||
@ -961,7 +961,7 @@ Midnight Commander uses the F1 \- F10 keys as keyboard shortcuts
|
|||||||
for commands appearing in the file menu. The escape sequences for the
|
for commands appearing in the file menu. The escape sequences for the
|
||||||
function keys are terminfo capabilities kf1 trough kf10. On terminals
|
function keys are terminfo capabilities kf1 trough kf10. On terminals
|
||||||
without function key support, you can achieve the same functionality by
|
without function key support, you can achieve the same functionality by
|
||||||
pressing the ESC key and then a number in the range 1 through 9 and 0
|
pressing the Esc key and then a number in the range 1 through 9 and 0
|
||||||
(corresponding to F1 to F9 and F10 respectively).
|
(corresponding to F1 to F9 and F10 respectively).
|
||||||
.PP
|
.PP
|
||||||
The File menu has the following commands (keyboard shortcuts in parentheses):
|
The File menu has the following commands (keyboard shortcuts in parentheses):
|
||||||
@ -1047,7 +1047,7 @@ the tagged files, if there is at least one file tagged) to the
|
|||||||
directory/filename you specify in the input dialog. The destination
|
directory/filename you specify in the input dialog. The destination
|
||||||
defaults to the directory in the non\-selected panel. Space for destination
|
defaults to the directory in the non\-selected panel. Space for destination
|
||||||
file may be preallocated relative to preallocate_space configure option.
|
file may be preallocated relative to preallocate_space configure option.
|
||||||
During this process, you can press C\-c or ESC to abort the operation.
|
During this process, you can press C\-c or Esc to abort the operation.
|
||||||
For details about source mask (which will be usually either * or ^\\(.*\\)$
|
For details about source mask (which will be usually either * or ^\\(.*\\)$
|
||||||
depending on setting of Use shell patterns) and possible wildcards in the
|
depending on setting of Use shell patterns) and possible wildcards in the
|
||||||
destination see
|
destination see
|
||||||
@ -1146,7 +1146,7 @@ Pop up an input dialog and creates the directory specified.
|
|||||||
.PP
|
.PP
|
||||||
Delete the currently selected file or the tagged files in the
|
Delete the currently selected file or the tagged files in the
|
||||||
currently selected panel. During the process, you can press C\-c or
|
currently selected panel. During the process, you can press C\-c or
|
||||||
ESC to abort the operation.
|
Esc to abort the operation.
|
||||||
.PP
|
.PP
|
||||||
.B Quick cd (Alt\-c)
|
.B Quick cd (Alt\-c)
|
||||||
Use the
|
Use the
|
||||||
@ -1183,10 +1183,10 @@ Used to unselect a group of files. This is the opposite of the
|
|||||||
.I "Select group"
|
.I "Select group"
|
||||||
command.
|
command.
|
||||||
.PP
|
.PP
|
||||||
.B Quit (F10, Shift\-F10)
|
.B Quit (F10, S\-F10)
|
||||||
.PP
|
.PP
|
||||||
Terminate Midnight Commander. Shift\-F10 is used when you want to
|
Terminate Midnight Commander. S\-F10 is used when you want to
|
||||||
quit and you are using the shell wrapper. Shift\-F10 will not take you
|
quit and you are using the shell wrapper. S\-F10 will not take you
|
||||||
to the last directory you visited with Midnight Commander, instead
|
to the last directory you visited with Midnight Commander, instead
|
||||||
it will stay at the directory where you started Midnight Commander.
|
it will stay at the directory where you started Midnight Commander.
|
||||||
.\"NODE " Quick cd"
|
.\"NODE " Quick cd"
|
||||||
@ -1286,28 +1286,28 @@ directory which you want to see is missing, move to its parent
|
|||||||
directory and press C\-r (or F2).
|
directory and press C\-r (or F2).
|
||||||
.PP
|
.PP
|
||||||
You can use the following keys:
|
You can use the following keys:
|
||||||
.PP
|
.TP
|
||||||
.\"LINK2"
|
.\"LINK2"
|
||||||
General movement keys
|
General movement keys
|
||||||
.\"General Movement Keys"
|
.\"General Movement Keys"
|
||||||
are accepted.
|
are accepted.
|
||||||
.PP
|
.TP
|
||||||
.B Enter.
|
.B Enter.
|
||||||
In the directory tree, exits the directory tree and changes to this
|
In the directory tree, exits the directory tree and changes to this
|
||||||
directory in the current panel. In the tree view, changes to this
|
directory in the current panel. In the tree view, changes to this
|
||||||
directory in the other panel and stays in tree view mode in the
|
directory in the other panel and stays in tree view mode in the
|
||||||
current panel.
|
current panel.
|
||||||
.PP
|
.TP
|
||||||
.B C\-r, F2 (Rescan).
|
.B C\-r, F2 (Rescan).
|
||||||
Rescan this directory. Use this when the tree figure is out of date:
|
Rescan this directory. Use this when the tree figure is out of date:
|
||||||
it is missing subdirectories or shows some subdirectories which don't
|
it is missing subdirectories or shows some subdirectories which don't
|
||||||
exist any more.
|
exist any more.
|
||||||
.PP
|
.TP
|
||||||
.B F3 (Forget).
|
.B F3 (Forget).
|
||||||
Delete this directory from the tree figure. Use this to remove clutter
|
Delete this directory from the tree figure. Use this to remove clutter
|
||||||
from the figure. If you want the directory back to the tree figure
|
from the figure. If you want the directory back to the tree figure
|
||||||
press F2 in its parent directory.
|
press F2 in its parent directory.
|
||||||
.PP
|
.TP
|
||||||
.B F4 (Static/Dynamic).
|
.B F4 (Static/Dynamic).
|
||||||
Toggle between the dynamic navigation mode (default) and the static
|
Toggle between the dynamic navigation mode (default) and the static
|
||||||
navigation mode.
|
navigation mode.
|
||||||
@ -1320,26 +1320,26 @@ select a sibling directory, the Left key to move to the parent
|
|||||||
directory, and the Right key to move to a child directory. Only the
|
directory, and the Right key to move to a child directory. Only the
|
||||||
parent, sibling and children directories are shown, others are left
|
parent, sibling and children directories are shown, others are left
|
||||||
out. The tree figure changes dynamically as you traverse.
|
out. The tree figure changes dynamically as you traverse.
|
||||||
.PP
|
.TP
|
||||||
.B F5 (Copy).
|
.B F5 (Copy).
|
||||||
Copy the directory.
|
Copy the directory.
|
||||||
.PP
|
.TP
|
||||||
.B F6 (RenMov).
|
.B F6 (RenMov).
|
||||||
Move the directory.
|
Move the directory.
|
||||||
.PP
|
.TP
|
||||||
.B F7 (Mkdir).
|
.B F7 (Mkdir).
|
||||||
Make a new directory below this directory.
|
Make a new directory below this directory.
|
||||||
.PP
|
.TP
|
||||||
.B F8 (Delete).
|
.B F8 (Delete).
|
||||||
Delete this directory from the file system.
|
Delete this directory from the file system.
|
||||||
.PP
|
.TP
|
||||||
.B C\-s, Alt\-s.
|
.B C\-s, Alt\-s.
|
||||||
Search the next directory matching the search string. If there is
|
Search the next directory matching the search string. If there is
|
||||||
no such directory these keys will move one line down.
|
no such directory these keys will move one line down.
|
||||||
.PP
|
.TP
|
||||||
.B C\-h, Backspace.
|
.B C\-h, Backspace.
|
||||||
Delete the last character of the search string.
|
Delete the last character of the search string.
|
||||||
.PP
|
.TP
|
||||||
.B Any other character.
|
.B Any other character.
|
||||||
Add the character to the search string and move to the next directory
|
Add the character to the search string and move to the next directory
|
||||||
which starts with these characters. In the tree view you must first
|
which starts with these characters. In the tree view you must first
|
||||||
@ -1348,10 +1348,10 @@ in the mini status line.
|
|||||||
.PP
|
.PP
|
||||||
The following actions are available only in the directory tree. They
|
The following actions are available only in the directory tree. They
|
||||||
aren't supported in the tree view.
|
aren't supported in the tree view.
|
||||||
.PP
|
.TP
|
||||||
.B F1 (Help).
|
.B F1 (Help).
|
||||||
Invoke the help viewer and show this section.
|
Invoke the help viewer and show this section.
|
||||||
.PP
|
.TP
|
||||||
.B Esc, F10.
|
.B Esc, F10.
|
||||||
Exit the directory tree. Do not change the directory.
|
Exit the directory tree. Do not change the directory.
|
||||||
.PP
|
.PP
|
||||||
@ -1805,20 +1805,20 @@ Disabled by default.
|
|||||||
.PP
|
.PP
|
||||||
.B Esc key mode.
|
.B Esc key mode.
|
||||||
.PP
|
.PP
|
||||||
By default, Midnight Commander treats the ESC key as a key prefix.
|
By default, Midnight Commander treats the Esc key as a key prefix.
|
||||||
Therefore, you should press Esc code twice to exit a dialog. But there is
|
Therefore, you should press Esc code twice to exit a dialog. But there is
|
||||||
a possibility to use a single press of ESC key for that action.
|
a possibility to use a single press of Esc key for that action.
|
||||||
.PP
|
.PP
|
||||||
.I Single press.
|
.I Single press.
|
||||||
By default this option is disabled. If you'll enable it, the ESC key
|
By default this option is disabled. If you'll enable it, the Esc key
|
||||||
will act as a prefix key for set up time interval (see
|
will act as a prefix key for set up time interval (see
|
||||||
.I Timeout
|
.I Timeout
|
||||||
option below), and if no extra keys have arrived, then the ESC key
|
option below), and if no extra keys have arrived, then the Esc key
|
||||||
is interpreted as a cancel key (ESC ESC).
|
is interpreted as a cancel key (Esc Esc).
|
||||||
.PP
|
.PP
|
||||||
.I Timeout.
|
.I Timeout.
|
||||||
This options is used to setup the time interval (in microseconds)
|
This options is used to setup the time interval (in microseconds)
|
||||||
for single press of ESC key. By default, this interval is one second
|
for single press of Esc key. By default, this interval is one second
|
||||||
(1000000 microseconds). Also the timeout can be set via KEYBOARD_KEY_TIMEOUT_US
|
(1000000 microseconds). Also the timeout can be set via KEYBOARD_KEY_TIMEOUT_US
|
||||||
environment variable (also in microseconds), which has higher priority
|
environment variable (also in microseconds), which has higher priority
|
||||||
than Timeout option value.
|
than Timeout option value.
|
||||||
@ -2428,7 +2428,7 @@ The % character
|
|||||||
.I %{some text}
|
.I %{some text}
|
||||||
Prompt for the substitution. An input box is shown and the text inside
|
Prompt for the substitution. An input box is shown and the text inside
|
||||||
the braces is used as a prompt. The macro is substituted by the text
|
the braces is used as a prompt. The macro is substituted by the text
|
||||||
typed by the user. The user can press ESC or F10 to cancel. This macro
|
typed by the user. The user can press Esc or F10 to cancel. This macro
|
||||||
doesn't work on the command line yet.
|
doesn't work on the command line yet.
|
||||||
.TP
|
.TP
|
||||||
.I %var{ENV:default}
|
.I %var{ENV:default}
|
||||||
@ -2803,94 +2803,94 @@ copy from popular version control systems (GIT, Subversion, etc).
|
|||||||
.PP
|
.PP
|
||||||
Following shortcuts are available in internal diff viewer of Midnight
|
Following shortcuts are available in internal diff viewer of Midnight
|
||||||
Commander.
|
Commander.
|
||||||
.PP
|
.TP
|
||||||
.B F1
|
.B F1
|
||||||
Invoke the built\-in hypertext help viewer.
|
Invoke the built\-in hypertext help viewer.
|
||||||
.PP
|
.TP
|
||||||
.B F2
|
.B F2
|
||||||
Save modified files.
|
Save modified files.
|
||||||
.PP
|
.TP
|
||||||
.B F4
|
.B F4
|
||||||
Edit file of the left panel in the internal editor.
|
Edit file of the left panel in the internal editor.
|
||||||
.PP
|
.TP
|
||||||
.B F14
|
.B F14
|
||||||
Edit file of the right panel in the internal editor.
|
Edit file of the right panel in the internal editor.
|
||||||
.PP
|
.TP
|
||||||
.B F5
|
.B F5
|
||||||
Merge the current hunk. Only the current hunk will be merged.
|
Merge the current hunk. Only the current hunk will be merged.
|
||||||
.PP
|
.TP
|
||||||
.B F7
|
.B F7
|
||||||
Start search.
|
Start search.
|
||||||
.PP
|
.TP
|
||||||
.B F17
|
.B F17
|
||||||
Continue search.
|
Continue search.
|
||||||
.PP
|
.TP
|
||||||
.B F10, Esc, q
|
.B F10, Esc, q
|
||||||
Exit from diff viewer.
|
Exit from diff viewer.
|
||||||
.PP
|
.TP
|
||||||
.B Alt\-s, s
|
.B Alt\-s, s
|
||||||
Toggle show of hunk status.
|
Toggle show of hunk status.
|
||||||
.PP
|
.TP
|
||||||
.B Alt\-n, l
|
.B Alt\-n, l
|
||||||
Toggle show of line numbers.
|
Toggle show of line numbers.
|
||||||
.PP
|
.TP
|
||||||
.B f
|
.B f
|
||||||
Maximize left panel.
|
Maximize left panel.
|
||||||
.PP
|
.TP
|
||||||
.B =
|
.B =
|
||||||
Make panels equal in width.
|
Make panels equal in width.
|
||||||
.PP
|
.TP
|
||||||
.B >
|
.B >
|
||||||
Reduce the size of the right panel.
|
Reduce the size of the right panel.
|
||||||
.PP
|
.TP
|
||||||
.B <
|
.B <
|
||||||
Reduce the size of the left panel.
|
Reduce the size of the left panel.
|
||||||
.PP
|
.TP
|
||||||
.B c
|
.B c
|
||||||
Toggle show of trailing carriage return (CR) symbol as ^M.
|
Toggle show of trailing carriage return (CR) symbol as ^M.
|
||||||
.PP
|
.TP
|
||||||
.B 2, 3, 4, 8
|
.B 2, 3, 4, 8
|
||||||
Set tabulation size
|
Set tabulation size
|
||||||
.PP
|
.TP
|
||||||
.B C\-u
|
.B C\-u
|
||||||
Swap contents of diff panels.
|
Swap contents of diff panels.
|
||||||
.PP
|
.TP
|
||||||
.B C\-r
|
.B C\-r
|
||||||
Refresh the screen.
|
Refresh the screen.
|
||||||
.PP
|
.TP
|
||||||
.B C\-o
|
.B C\-o
|
||||||
Switch to the subshell and show the command screen.
|
Switch to the subshell and show the command screen.
|
||||||
.PP
|
.TP
|
||||||
.B Enter, Space, n
|
.B Enter, Space, n
|
||||||
Find next diff hunk.
|
Find next diff hunk.
|
||||||
.PP
|
.TP
|
||||||
.B Backspace, p
|
.B Backspace, p
|
||||||
Find previous diff hunk.
|
Find previous diff hunk.
|
||||||
.PP
|
.TP
|
||||||
.B g
|
.B g
|
||||||
Go to line.
|
Go to line.
|
||||||
.PP
|
.TP
|
||||||
.B Down
|
.B Down
|
||||||
Scroll one line forward.
|
Scroll one line forward.
|
||||||
.PP
|
.TP
|
||||||
.B Up
|
.B Up
|
||||||
Scroll one line backward.
|
Scroll one line backward.
|
||||||
.PP
|
.TP
|
||||||
.B PageUp
|
.B PageUp
|
||||||
Move one page up.
|
Move one page up.
|
||||||
.PP
|
.TP
|
||||||
.B PageDown
|
.B PageDown
|
||||||
Mves one page down.
|
Mves one page down.
|
||||||
.PP
|
.TP
|
||||||
.B Home, A1
|
.B Home, A1
|
||||||
Moves to the line beginning.
|
Moves to the line beginning.
|
||||||
.PP
|
.TP
|
||||||
.B End
|
.B End
|
||||||
Moves to the line end.
|
Moves to the line end.
|
||||||
.PP
|
.TP
|
||||||
.B C\-Home
|
.B C\-Home
|
||||||
Move to the file beginning.
|
Move to the file beginning.
|
||||||
.PP
|
.TP
|
||||||
.B C\-End, C1
|
.B C\-End, C1
|
||||||
Move to the file end.
|
Move to the file end.
|
||||||
.\"NODE "Internal File Viewer"
|
.\"NODE "Internal File Viewer"
|
||||||
@ -2920,87 +2920,87 @@ number.
|
|||||||
.PP
|
.PP
|
||||||
Here is a listing of the actions associated with each key that the
|
Here is a listing of the actions associated with each key that the
|
||||||
Midnight Commander handles in the internal file viewer.
|
Midnight Commander handles in the internal file viewer.
|
||||||
.PP
|
.TP
|
||||||
.B F1
|
.B F1
|
||||||
Invoke the built\-in hypertext help viewer.
|
Invoke the built\-in hypertext help viewer.
|
||||||
.PP
|
.TP
|
||||||
.B F2
|
.B F2
|
||||||
Toggle the wrap mode.
|
Toggle the wrap mode.
|
||||||
.PP
|
.TP
|
||||||
.B F4
|
.B F4
|
||||||
Toggle the hex mode.
|
Toggle the hex mode.
|
||||||
.PP
|
.TP
|
||||||
.B F5
|
.B F5
|
||||||
Goto. You can specify a line number, offset or percentage of file size
|
Goto. You can specify a line number, offset or percentage of file size
|
||||||
of position that you want to view.
|
of position that you want to view.
|
||||||
.PP
|
.TP
|
||||||
.B F7, /, ?
|
.B F7, /, ?
|
||||||
Start search. These keys call the dialog window that allows you to set up
|
Start search. These keys call the dialog window that allows you to set up
|
||||||
the search options. If key is ? the "Backwards" option is on.
|
the search options. If key is ? the "Backwards" option is on.
|
||||||
.PP
|
.TP
|
||||||
.B C\-s
|
.B C\-s
|
||||||
Continue forward search.
|
Continue forward search.
|
||||||
.PP
|
.TP
|
||||||
.B C\-r
|
.B C\-r
|
||||||
Continue reverse search.
|
Continue reverse search.
|
||||||
.PP
|
.TP
|
||||||
.B F17, n
|
.B F17, n
|
||||||
Continue search in the chosen direction.
|
Continue search in the chosen direction.
|
||||||
.PP
|
.TP
|
||||||
.B N
|
.B N
|
||||||
Temporary change the search direction: backwards if forward search is chosen,
|
Temporary change the search direction: backwards if forward search is chosen,
|
||||||
and vice versa.
|
and vice versa.
|
||||||
.PP
|
.TP
|
||||||
.B F8
|
.B F8
|
||||||
Toggle Raw/Parsed mode: This will show the file as found on disk or if
|
Toggle Raw/Parsed mode: This will show the file as found on disk or if
|
||||||
a processing filter has been specified in the mc.ext file, then the
|
a processing filter has been specified in the mc.ext file, then the
|
||||||
output from the filter. Current mode is always the other than written
|
output from the filter. Current mode is always the other than written
|
||||||
on the button label, since on the button is the mode which you enter
|
on the button label, since on the button is the mode which you enter
|
||||||
by that key.
|
by that key.
|
||||||
.PP
|
.TP
|
||||||
.B F9
|
.B F9
|
||||||
Toggle the format/unformat mode: when format mode is on the viewer
|
Toggle the format/unformat mode: when format mode is on the viewer
|
||||||
will interpret some string sequences to show bold and underline with
|
will interpret some string sequences to show bold and underline with
|
||||||
different colors. Also, on button label is the other mode than current.
|
different colors. Also, on button label is the other mode than current.
|
||||||
.PP
|
.TP
|
||||||
.B F10, Esc.
|
.B F10, Esc.
|
||||||
Exit the internal file viewer.
|
Exit the internal file viewer.
|
||||||
.PP
|
.TP
|
||||||
.B next\-page, space, C\-v.
|
.B PageDown, space, C\-v.
|
||||||
Scroll one page forward.
|
Scroll one page forward.
|
||||||
.PP
|
.TP
|
||||||
.B prev\-page, Alt\-v, C\-b, Backspace.
|
.B PageUp, Alt\-v, C\-b, Backspace.
|
||||||
Scroll one page backward.
|
Scroll one page backward.
|
||||||
.PP
|
.TP
|
||||||
.B down\-key
|
.B Down
|
||||||
Scroll one line forward.
|
Scroll one line forward.
|
||||||
.PP
|
.TP
|
||||||
.B up\-key
|
.B Up
|
||||||
Scroll one line backward.
|
Scroll one line backward.
|
||||||
.PP
|
.TP
|
||||||
.B C\-l
|
.B C\-l
|
||||||
Refresh the screen.
|
Refresh the screen.
|
||||||
.PP
|
.TP
|
||||||
.B C\-o
|
.B C\-o
|
||||||
Switch to the subshell and show the command screen.
|
Switch to the subshell and show the command screen.
|
||||||
.PP
|
.TP
|
||||||
.B "[n] m"
|
.B "[n] m"
|
||||||
Set the mark n.
|
Set the mark n.
|
||||||
.PP
|
.TP
|
||||||
.B "[n] r"
|
.B "[n] r"
|
||||||
Jump to the mark n.
|
Jump to the mark n.
|
||||||
.PP
|
.TP
|
||||||
.B C\-f
|
.B C\-f
|
||||||
Jump to the next file.
|
Jump to the next file.
|
||||||
.PP
|
.TP
|
||||||
.B C\-b
|
.B C\-b
|
||||||
Jump to the previous file.
|
Jump to the previous file.
|
||||||
.PP
|
.TP
|
||||||
.B Alt\-r
|
.B Alt\-r
|
||||||
Toggle the ruler.
|
Toggle the ruler.
|
||||||
.PP
|
.TP
|
||||||
.B Alt\-e
|
.B Alt\-e
|
||||||
to change charset of displayed text may use M\-e (Alt\-e).
|
to change charset of displayed text may use Alt\-e (M\-e).
|
||||||
Recoding is made from selected codepage into system codepage. To
|
Recoding is made from selected codepage into system codepage. To
|
||||||
cancel the recoding you may select "<No translation>" in charset
|
cancel the recoding you may select "<No translation>" in charset
|
||||||
selection dialog.
|
selection dialog.
|
||||||
@ -3023,7 +3023,7 @@ option is set in the initialization file.
|
|||||||
.PP
|
.PP
|
||||||
The features it presently supports are: block copy, move, delete, cut,
|
The features it presently supports are: block copy, move, delete, cut,
|
||||||
paste; key for key undo; pull\-down menus; file insertion; macro
|
paste; key for key undo; pull\-down menus; file insertion; macro
|
||||||
commands; regular expression search and replace; shift\-arrow text highlighting
|
commands; regular expression search and replace; S\-arrow text highlighting
|
||||||
(if supported by the terminal); insert\-overwrite toggle; word wrap;
|
(if supported by the terminal); insert\-overwrite toggle; word wrap;
|
||||||
autoindent; tunable tab size; syntax highlighting for various file
|
autoindent; tunable tab size; syntax highlighting for various file
|
||||||
types; and an option to pipe text blocks through shell commands like
|
types; and an option to pipe text blocks through shell commands like
|
||||||
@ -3038,30 +3038,30 @@ Options of editor in ini\-file
|
|||||||
The editor is very easy to use and requires no tutoring. To see what
|
The editor is very easy to use and requires no tutoring. To see what
|
||||||
keys do what, just consult the appropriate pull\-down menu. Other keys
|
keys do what, just consult the appropriate pull\-down menu. Other keys
|
||||||
are: Shift movement keys do text highlighting.
|
are: Shift movement keys do text highlighting.
|
||||||
.B Ctrl\-Ins
|
.B C\-Ins
|
||||||
copies to the file
|
copies to the file
|
||||||
.B mcedit.clip
|
.B mcedit.clip
|
||||||
and
|
and
|
||||||
.B Shift\-Ins
|
.B S\-Ins
|
||||||
pastes from mcedit.clip.
|
pastes from mcedit.clip.
|
||||||
.B Shift\-Del
|
.B S\-Del
|
||||||
cuts to
|
cuts to
|
||||||
.BR mcedit.clip ,
|
.BR mcedit.clip ,
|
||||||
and
|
and
|
||||||
.B Ctrl\-Del
|
.B C\-Del
|
||||||
deletes highlighted text. Mouse highlighting also works, and you
|
deletes highlighted text. Mouse highlighting also works, and you
|
||||||
can override the mouse as usual by holding down the shift key
|
can override the mouse as usual by holding down the shift key
|
||||||
while dragging the mouse to let normal terminal mouse highlighting
|
while dragging the mouse to let normal terminal mouse highlighting
|
||||||
work.
|
work.
|
||||||
.PP
|
.PP
|
||||||
To define a macro, press
|
To define a macro, press
|
||||||
.B Ctrl\-R
|
.B C\-R
|
||||||
and then type out the key
|
and then type out the key
|
||||||
strokes you want to be executed. Press
|
strokes you want to be executed. Press
|
||||||
.B Ctrl\-R
|
.B C\-R
|
||||||
again when finished. You can then assign the macro to any key you
|
again when finished. You can then assign the macro to any key you
|
||||||
like by pressing that key. The macro is executed when you press
|
like by pressing that key. The macro is executed when you press
|
||||||
.B Ctrl\-A
|
.B C\-A
|
||||||
and then the assigned key. The macro is also executed if
|
and then the assigned key. The macro is also executed if
|
||||||
you press Meta, Ctrl, or Esc and the assigned key, provided that the
|
you press Meta, Ctrl, or Esc and the assigned key, provided that the
|
||||||
key is not used for any other function. Once defined, the macro
|
key is not used for any other function. Once defined, the macro
|
||||||
@ -3070,16 +3070,13 @@ commands go into the file
|
|||||||
You can delete a macro by deleting the
|
You can delete a macro by deleting the
|
||||||
appropriate line in this file.
|
appropriate line in this file.
|
||||||
.PP
|
.PP
|
||||||
To change charset of displayed text may use M\-e (Alt\-e).
|
To change charset of displayed text may use Alt\-e (M\-e).
|
||||||
Recoding is made from selected codepage into system codepage. To
|
Recoding is made from selected codepage into system codepage. To
|
||||||
cancel the recoding you may select "<No translation>" in charset
|
cancel the recoding you may select "<No translation>" in charset
|
||||||
selection dialog.
|
selection dialog.
|
||||||
.PP
|
.PP
|
||||||
.B F19
|
.B F19
|
||||||
will format the currently highlighted block (plain text or
|
will format the currently highlighted block (plain text or C or C++
|
||||||
.B C
|
|
||||||
or
|
|
||||||
.B C++
|
|
||||||
code or another). This is controlled by the
|
code or another). This is controlled by the
|
||||||
file
|
file
|
||||||
.B %prefix%/share/mc/edit.indent.rc
|
.B %prefix%/share/mc/edit.indent.rc
|
||||||
@ -3170,11 +3167,9 @@ is disabled, the dialog pops up only if you press
|
|||||||
.B Alt\-Tab
|
.B Alt\-Tab
|
||||||
for the second time, for the first time MC just beeps.
|
for the second time, for the first time MC just beeps.
|
||||||
.PP
|
.PP
|
||||||
Apply escaping of
|
Apply escaping of \fB?\fR, \fB*\fR, and \fB&\fR symbols (as \fB\\?\fR, \fB\\*\fR,
|
||||||
.BR ? ", " * " and " &
|
and \fB\\&\fR) in filenames to disallow use them as metasymbols in regular
|
||||||
symbols (as \fB\\?\fR, \fB\\*\fR, \fB\\&\fR )
|
expressions when substitution is performed in the input line.
|
||||||
in filenames to disallow use them as metasymbols in regular expressions
|
|
||||||
when substitution is performed in the input line.
|
|
||||||
|
|
||||||
.\"NODE "Virtual File System"
|
.\"NODE "Virtual File System"
|
||||||
.SH "Virtual File System"
|
.SH "Virtual File System"
|
||||||
@ -4125,7 +4120,7 @@ command line is not empty.
|
|||||||
.TP
|
.TP
|
||||||
.I alternate_plus_minus
|
.I alternate_plus_minus
|
||||||
If true, use '+', '\-', '\\' and '*' keys normally. For select/unselect,
|
If true, use '+', '\-', '\\' and '*' keys normally. For select/unselect,
|
||||||
use 'M\-+', 'M\--' and 'M\-*'.
|
use 'Alt\-+', 'Alt\--' and 'Alt\-*'.
|
||||||
.TP
|
.TP
|
||||||
.I show_output_starts_shell
|
.I show_output_starts_shell
|
||||||
This variable only works if you are not using the subshell support.
|
This variable only works if you are not using the subshell support.
|
||||||
@ -4289,7 +4284,7 @@ For example:
|
|||||||
|
|
||||||
.PP
|
.PP
|
||||||
This means that ctrl+alt+left sends a \\e[[1;6D escape sequence
|
This means that ctrl+alt+left sends a \\e[[1;6D escape sequence
|
||||||
and therefore Midnight Commander interprets "\\e[[1;6D" as Ctrl\-Alt\-Left.
|
and therefore Midnight Commander interprets "\\e[[1;6D" as C\-Alt\-Left.
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
The
|
The
|
||||||
|
Loading…
Reference in New Issue
Block a user