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 | - |