From 9c61c6caa254032db8241542ef264f2c082fea58 Mon Sep 17 00:00:00 2001 From: Sylvia Crowe Date: Mon, 23 Sep 2024 16:49:36 -0700 Subject: [PATCH] fix: use arrow icons instead of words --- docs/widgets.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.