diff --git a/README.md b/README.md
index 6fd3086..69d5c9e 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,20 @@ To update `hishtory` to the latest version, just run `hishtory update` to secure
### Advanced Features
+
+TUI key bindings
+The TUI (opened via `Control+R`) supports a number of key bindings:
+
+| Key | Result |
+|--------------------|----------------------------------------------------------------|
+| Left/Right | Scroll the search query left/right |
+| Up/Down | Scroll the table up/down |
+| Page Up/Down | Scroll the table up/down by one page |
+| Shift + Left/Right | Scroll the table left/right |
+| Control+K | Delete the selected command |
+
+
+
Changing the displayed columns
@@ -70,7 +84,6 @@ You can customize the columns that are displayed via `hishtory config-set displa
```
hishtory config-set displayed-columns CWD Command
```
-