1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-25 12:42:26 +01:00

Add a warning about foreground processes in :h :!.

This commit is contained in:
Štěpán Němec
2010-11-04 13:11:12 +01:00
parent fa12d5ffaa
commit e66c15ebbd

View File

@@ -65,6 +65,10 @@
the previous external command, so long as it is not preceded by a
backslash and <o>banghist</o> is enabled.
</p>
<note>
Do not run commands which require stdin or it will hang Firefox.
You can launch a process in the background (e.g. :! xterm &amp;).
</note>
</description>
</item>