mirror of
https://github.com/wavetermdev/waveterm-docs.git
synced 2026-08-05 13:45:23 -07:00
fix: use arrow icons instead of words
This commit is contained in:
+2
-2
@@ -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 <code>Cmd + ↑</code>.
|
||||
|
||||
##### 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 <code>Cmd + ←</code>. You can always navigate back and forward using <code>Cmd + ←</code> and <code>Cmd + →</code>.
|
||||
|
||||
##### 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.
|
||||
|
||||
Reference in New Issue
Block a user