From 626e54825c2bc89e26f1f6d6e3e60eabdc073a69 Mon Sep 17 00:00:00 2001 From: Michele Renda Date: Thu, 6 Apr 2017 10:10:16 +0300 Subject: [PATCH] Fixing typos in README.md --- plugins/nohup/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/plugins/nohup/README.md b/plugins/nohup/README.md index e56b7d6b..679771ac 100644 --- a/plugins/nohup/README.md +++ b/plugins/nohup/README.md @@ -1,10 +1,9 @@ -## bbedit - -Plugin to prefix the current command with `nohup` using the `Ctrl+H` shortcut +## nohup +Add `nohup` to the current command pressing the `Ctrl + H` shortcut ### Usage - * If them corrent termina line is `test 1 2 3` it will be transformed to `nohup test 1 2 3 &> test.out` and vice-versa + * If the command line is `test 1 2 3` it will be transformed to `nohup test 1 2 3 &> test.out` (and vice-versa). - * If no command is existing, the last submitted command will be recalled + * If the command line is empty, the last command will be recalled.