Is there a way to quickly view many files in Emacs (24.3)? More specific:
Assume that the Emacs frame is split into two windows. Suppose that the focus is in the left window, in which there is an open "dired" buffer with a large number of text files (or code). I would like to move up and down the list of files (for example, using the cursor keys), while the current file is displayed in the right window. Even better, the file is viewed and closed only after I move to the bottled buffer to the next file. This would be very useful, especially in the "lower" mode.
Can this be done in "dired"? I also cannot find this function in dired-x or in the sunrise-commander command. Is it possible?
The best candidates that I have already tried (and why they do not solve the problem):
'v', which shows the current file, but also moves attention
'C-o', which shows the current file, but after moving up or down I need to press Co again, it also generates a lot of buffers
Many thanks for your help!
emacs dired
user2979331
source share