diff --git a/README.md b/README.md
index a5884e4..d2fb9b1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-

+
@@ -80,12 +80,20 @@ A command can be run that will launch the completion UI
Action can be run on selected candidates provide functionality
-| Action | Description |
-| -------------- | ------------------------------------------------------------------------------ |
-| Complete | Run the completion function, usually this will be opening a file |
-| Peek | Run the completion function on a selection, but don't close the results window |
-| Vertical Split | Run the completion function in a new vertical split |
-| Split | Run the completion function in a new split |
+| Action | Key Map | Description |
+| -------------- | ----------- | ------------------------------------------------------------------------------ |
+| Complete | \
|Run the completion function, usually this will be opening a file |
+| Peek | not implemented yet |Run the completion function on a selection, but don't close the results window |
+| Vertical Split | \ |Run the completion function in a new vertical split |
+| Split | \ |Run the completion function in a new split |
+| Destroy | \ |Close the results window |
+| Clear | \ |Clear the results window |
+| Delete word | \ |Delete the word under the cursor |
+| Next | \ |Move to the next candidate |
+| Previous | \ |Move to the previous candidate |
+| Next Checkpoint| \ |Move to the next candidate and keep Ivy open and focussed |
+| Previous Checkpoint| \|Move to the previous candidate and keep Ivy open and focussed |
+
## API