Improve `dired' section

This commit is contained in:
Gerard Vermeulen 2024-04-17 10:24:28 +02:00
parent c074cc90a4
commit d3f50dde54

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 [[info:emacs#Dired][dired (info)]] in Emacs is obviously much better than the
integration of [[https://github.com/ranger/ranger#readme][ranger]] in Emacs. 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 For instance, this setup allows to insert an =org-mode= link to a file
identified file containing a specific image into an =org-mode= buffer by means containing a specific image into an =org-mode= buffer by means of the facilities
of the facilities of [[info:emacs#Dired][dired (info)]] as follows: of [[info:emacs#Dired][dired (info)]] as follows:
1. Type {{{kbd(C-x d)}}} to open the directory containing the pooly identified 1. Type {{{kbd(C-x d)}}} to open the directory containing the file with the
file with the specific image in a =dired-mode= buffer. specific image in a =dired-mode= buffer.
2. Start searching for the specific image by navigating to the name of any image 2. Start searching for the specific image by navigating to the name of any image
file. file.
3. Type {{{kbd(v)}}} to switch to view the file in an =image-mode= buffer. 3. Type {{{kbd(v)}}} to switch to view the file in an =image-mode= buffer.