Search code examples
fileemacsdired

How to list files in emacs


I would like to list files in a directory as in the following picture enter image description here source: https://stackoverflow.com/a/49472114/6747994 author: @ocodo license: CC-BY-SA 4.0


Solution

  • hit C-x C-f Source: Files Listed in Emacs Find-Files

    this means

    • Open Emacs (Terminal)
      • Press Super-Key (also known as Windows-Key) and release
      • type emacs
      • click on GNU Emacs 25 (Ter... or similar
    • Press ctrl & x on the keyboard at the same time, then release both keys
    • Press ctrl & f on the keyboard at the same time, then release both keys
    • type in the folder-path, where you want to navigate