We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed3cf2 commit 532f35aCopy full SHA for 532f35a
README.md
@@ -548,6 +548,8 @@ This newly defined `find_file` function can now be used inside `vterm` as
548
```sh
549
find_file name_of_file_in_local_directory
550
```
551
+If you call `find_file` without specifying any file (you just execute `find_file` in your shell),
552
+`dired` will open with the current directory.
553
554
As an example, say you like having files opened below the current window. You
555
could add the command to do it on the lisp side like so:
0 commit comments