Improve `dired' section

This commit is contained in:
Gerard Vermeulen 2024-04-17 10:24:28 +02:00
parent c074cc90a4
commit d3f50dde54
1 changed files with 5 additions and 5 deletions

View File

@ -893,11 +893,11 @@ deleting, opening, renaming, and viewing files and directories, but the
integration of [[info:emacs#Dired][dired (info)]] in Emacs is obviously much better than the
integration of [[https://github.com/ranger/ranger#readme][ranger]] in Emacs.
For instance, this setup allows to insert an =org-mode= link to an poorly
identified file containing a specific image into an =org-mode= buffer by means
of the facilities of [[info:emacs#Dired][dired (info)]] as follows:
1. Type {{{kbd(C-x d)}}} to open the directory containing the pooly identified
file with the specific image in a =dired-mode= buffer.
For instance, this setup allows to insert an =org-mode= link to a file
containing a specific image into an =org-mode= buffer by means of the facilities
of [[info:emacs#Dired][dired (info)]] as follows:
1. Type {{{kbd(C-x d)}}} to open the directory containing the file with the
specific image in a =dired-mode= buffer.
2. Start searching for the specific image by navigating to the name of any image
file.
3. Type {{{kbd(v)}}} to switch to view the file in an =image-mode= buffer.