Skip to content

Commit 532f35a

Browse files
committed
Specify that find_file will open dired in called with no arguments
1 parent 8ed3cf2 commit 532f35a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,8 @@ This newly defined `find_file` function can now be used inside `vterm` as
548548
```sh
549549
find_file name_of_file_in_local_directory
550550
```
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.
551553
552554
As an example, say you like having files opened below the current window. You
553555
could add the command to do it on the lisp side like so:

0 commit comments

Comments
 (0)