From 7d7c18edd6464e718e333c314f35977d588986c1 Mon Sep 17 00:00:00 2001 From: Silas Kraume Date: Mon, 12 Feb 2024 00:01:58 +0100 Subject: [PATCH] update doc --- ARGUMENTS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ARGUMENTS.md b/ARGUMENTS.md index d60407bc..62978f7f 100644 --- a/ARGUMENTS.md +++ b/ARGUMENTS.md @@ -866,7 +866,9 @@ The currently supported Key bindings are as follows: | Save/^S | - | - | save changes | - | | Jump/^E | - | - | prompt to jump to specific line | - | | Find/^F | - | - | prompt to search in the file | - | -| Close/^Q | - | - | close editor
(prompt to save, if neccessary) | - | +| Background/^B | - | - | put the editor in the background
(UNIX only) | - | +| Reload/^R | - | - | prompt to reload the file | - | +| Close/^Q | - | - | close editor
(prompt to save, if neccessary) | - | | Interrupt/^C | - | - | interrupt program | - |