1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-25 22:01:24 +02:00

A few docs clarifications.

-- shifted mappings notation (<C-n> vs <C-N>)
-- adjusted the ':!' warning
-- other minor fixes
This commit is contained in:
Štěpán Němec
2009-05-09 04:47:58 +02:00
committed by Doug Kearns
parent 7a4f68d6ce
commit 32be6b7469
3 changed files with 12 additions and 7 deletions
+4 -3
View File
@@ -30,11 +30,12 @@ ________________________________________________________________________________
||:!{cmd}||
________________________________________________________________________________
Run a command. Runs {cmd} through system() and displays its output. Any \'!' in
{cmd} is replaced with the previous external command. But not when there is a
backslash before the \'!', then that backslash is removed.
{cmd} is replaced with the previous external command, but not when there is a
backslash before the \'!', then the backslash is removed.
Warning: Input redirection (< foo) not done, also do not run commands which
require stdin or it will hang Firefox!
require stdin or it will hang Firefox! It is possible to launch background
processes, though (e.g. ':! xterm &').
________________________________________________________________________________