diff --git a/docs/widgets.mdx b/docs/widgets.mdx
index f805833..e685516 100644
--- a/docs/widgets.mdx
+++ b/docs/widgets.mdx
@@ -41,10 +41,10 @@ When looking at a directory, preview will show a file viewer much like MacOS' *F
The simplest way to view a new file is to double click its row in the file viewer. Alternatively, while the widget is focused, you can use the ↑ and ↓ arrow keys to select a row and press enter to preview the associated file.
##### View the Parent Directory
-In the directory view, this is as simple as opening the `..` file as if it were a regular file. This can be done with the method above. You can also use the keyboard shortcut `Cmd + ArrowUp`.
+In the directory view, this is as simple as opening the `..` file as if it were a regular file. This can be done with the method above. You can also use the keyboard shortcut Cmd + ↑.
##### Navigate Back and Forward
-When looking at a file, you can navigate back by clicking the back button in the widget header or the keyboard shortcut `Cmd + ArrowLeft`. You can always navigate back and forward using `Cmd + ArrowLeft` and `Cmd + ArrowRight`.
+When looking at a file, you can navigate back by clicking the back button in the widget header or the keyboard shortcut Cmd + ←. You can always navigate back and forward using Cmd + ← and Cmd + →.
##### Filter the List of Files
While the widget is focused, you can filter by filename by typing a substring of the filename you're working for. To clear the filter, you can click the ✕ on the filter dropdown or press esc.