mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 09:19:24 +03:00
Add questions about Ctrl-O.
This commit is contained in:
parent
f7a79c670c
commit
083ca51fa5
24
FAQ
24
FAQ
@ -61,6 +61,9 @@ Frequently Asked Questions
|
|||||||
.kshrc within MC?
|
.kshrc within MC?
|
||||||
+ 6.5 Is there any way to include additional options or hot
|
+ 6.5 Is there any way to include additional options or hot
|
||||||
keys to MC?
|
keys to MC?
|
||||||
|
+ 6.6 When I use Ctrl-O I don't get a subshell. How do I fix
|
||||||
|
this?
|
||||||
|
+ 6.7 Ctrl-O doesn't work at all. What happens?
|
||||||
|
|
||||||
* 7 Virtual file systems
|
* 7 Virtual file systems
|
||||||
+ 7.1 How can I see the contents of a tar archive?
|
+ 7.1 How can I see the contents of a tar archive?
|
||||||
@ -618,9 +621,9 @@ MC?
|
|||||||
|
|
||||||
6.5 Is there any way to include additional options or hot keys to MC?
|
6.5 Is there any way to include additional options or hot keys to MC?
|
||||||
|
|
||||||
Yes, F2 invokes an user menu which fully configurable. You can add
|
Yes, F2 invokes an user menu, which is fully configurable. You can
|
||||||
any shell commands to the user menu. See the mc(1) man page for more
|
add any shell commands to the user menu. See the mc(1) man page for
|
||||||
info.
|
more info.
|
||||||
|
|
||||||
Another way to add functionality is the external panelize feature.
|
Another way to add functionality is the external panelize feature.
|
||||||
See the mc(1) man page for more info.
|
See the mc(1) man page for more info.
|
||||||
@ -630,6 +633,21 @@ MC?
|
|||||||
are some limitations to make sure MC stays free. See GNU General
|
are some limitations to make sure MC stays free. See GNU General
|
||||||
Public License for details.
|
Public License for details.
|
||||||
|
|
||||||
|
6.6 When I use Ctrl-O I don't get a subshell. How do I fix this?
|
||||||
|
|
||||||
|
Only bash, tcsh and zsh can be used as subshell. Use one of those
|
||||||
|
shells as your default shell, and it will be used as subshell in GNU
|
||||||
|
Midnight Commander.
|
||||||
|
|
||||||
|
6.7 Ctrl-O doesn't work at all. What happens?
|
||||||
|
|
||||||
|
Ctrl-O works if either the subshell is used or the terminal can save
|
||||||
|
the output of the commands so it can be restored. If neither is
|
||||||
|
true, there is absolutely nothing interesting behind the panels!
|
||||||
|
|
||||||
|
Only few terminals support screen saving. It's xterm, rxvt and other
|
||||||
|
xterm-like terminals and virtual terminals on Linux and FreeBSD.
|
||||||
|
|
||||||
|
|
||||||
7 Virtual file systems
|
7 Virtual file systems
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user