mirror of https://github.com/MidnightCommander/mc
* doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
This commit is contained in:
parent
2da73069b9
commit
4a678ed729
|
@ -1,5 +1,7 @@
|
|||
2001-08-07 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
|
||||
|
||||
* doc/mc.1.in: Fix all broken links.
|
||||
|
||||
2001-08-06 Pavel Roskin <proski@gnu.org>
|
||||
|
|
10
doc/mc.1.in
10
doc/mc.1.in
|
@ -2363,7 +2363,7 @@ Reverse regular expression search.
|
|||
.B F7
|
||||
Normal search / hex mode search.
|
||||
.PP
|
||||
.B C-s.
|
||||
.B C-s, F17, n.
|
||||
Start normal search if there was no previous search expression else
|
||||
find next match.
|
||||
.PP
|
||||
|
@ -2371,9 +2371,6 @@ find next match.
|
|||
Start reverse search if there was no previous search expression else
|
||||
find next match.
|
||||
.PP
|
||||
.B n.
|
||||
Find next match.
|
||||
.PP
|
||||
.B F8
|
||||
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
|
||||
|
@ -2404,8 +2401,11 @@ Scroll one line backward.
|
|||
.B C-l
|
||||
Refresh the screen.
|
||||
.PP
|
||||
.B C-o
|
||||
Switch to the subshell and show the command screen.
|
||||
.PP
|
||||
.B !
|
||||
Spawn a shell in the currently working directory.
|
||||
Like C-o, but run a new shell if the subshell is not running.
|
||||
.PP
|
||||
.B "[n] m"
|
||||
Set the mark n.
|
||||
|
|
Loading…
Reference in New Issue