diff --git a/ARGUMENTS.md b/ARGUMENTS.md
index bb82186d..6a47aa74 100644
--- a/ARGUMENTS.md
+++ b/ARGUMENTS.md
@@ -854,7 +854,7 @@ The currently supported Key bindings are as follows:
| Page Up/Down | move cursor by page | scroll window by page | move cursor by page | move cursor by page |
| Home/Pos | move cursor to start of line | scroll window to start of file | move cursor to start of file | move cursor to start of line |
| End | move cursor to end of line | scroll window to end of file| move cursor to end of file | move cursor to end of line |
-|Tab | insert a tab | decrease indent | - | - |
+|Tab | insert a tab or indent on empty line | decrease indent | - | - |
||||||
| Enter | write newline | write newline | write newline | - |
| Backspace | delete char on the left | delete char on the left | delete word on the left | delete char on the left |
@@ -888,7 +888,7 @@ Valid Options are:
| default_file_encoding | the File Encoding used by Default | utf-16 | utf-8 |
| large_file_size | the Size (Bytes) at which a Warning occurs. | 1024 | 104857600 (100Mb) |
| strip_color_on_pipe | indicate if the Output should be stripped of any Color | no | true |
-| editor_indentation | set the indentation used in the editor when pressing ↹ | ␣ ␣ ␣ ␣ | ↹ |
+| editor_indentation | set the indentation used in the editor when pressing ↹ on an empty line | ␣ ␣ ␣ ␣ | ↹ |
| editor_auto_indent | set whether the editor should auto indent or not | False | true |
### --cconfig, --cconfig