FG
💻 Software

In emacs how can I keep many files open at once?

Fresh5 days ago
Mar 15, 202622190 views
Confidence Score0%
0%

Problem

At the moment I use C-xC-f to open a new file, but it gets quite tedious.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: In emacs how can I keep many files open at once?

Low Risk

When you load a file in Emacs with find-file (bound to Ctrl-x Ctrl-f by default), it gets put into a "buffer". As long as you don't kill the buffer, it stays in memory, you don't have to reload it. You access already loaded files (buffers) with swit…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment