diff --git a/docs/widgets.mdx b/docs/widgets.mdx index e685516..912f00a 100644 --- a/docs/widgets.mdx +++ b/docs/widgets.mdx @@ -35,7 +35,7 @@ Preview is the generic type of widget used for viewing files. This can take many You can use \`wsh view [path]\` from any Wave terminal window to open a preview widget with the contents of the specified path (e.g. `wsh view .` or `wsh view ~/myimage.jpg`). #### Directory -When looking at a directory, preview will show a file viewer much like MacOS' *Finder* application or Windows' *File Explorer* application. This variant is slightly more geared toward software development with the focus on seeing what is shown by the \`ls -alh\` command. +When looking at a directory, preview will show a file viewer much like MacOS' *Finder* application or Windows' *File Explorer* application. This variant is slightly more geared toward software development with the focus on seeing what is shown by the `ls -alh` command. ##### View a New File 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.