Where can I find my . emacs file for Emacs running on Windows? Within Emacs, ~ at the beginning of a file name is expanded to your HOME directory, so you can always find your emacs file with C-x C-f ~ emacs There's further information at HOME and Startup Directories on MS-Windows
Differences between Emacs and Vim - Stack Overflow What practical, objective differences are there between Emacs and Vim? For example, what can be done using one but not the other (or done more easily with one than the other)? What should I know in
How do you redo changes after undo with Emacs? This article says that "Emacs has redo because you can reverse direction while undoing, thereby undoing the undo" What does this mean? How can a user 'redo' with Emacs?
Emacs in Windows - Stack Overflow How do you run Emacs in Windows? What is the best flavor of Emacs to use in Windows, and where can I download it? And where is the emacs file located?
Edit multiple lines at once in Emacs - Stack Overflow F3 also starts recording macros (at least in my emacs, by default) and F4 stops recording Subsequent hits on F4 play back the macro This is much easier to remember than C-x ( etc
Using Emacs server and emacsclient on other machines as other users There's no real problem with Emacs granting access to other users (server-use-tcp and a suitable server-file take care of this): rather the problem is how to allow a process on one machine to open new X windows on other users' X displays (specifically, the Emacs running (start-server) needs to open windows for users who ask it to via
How to copy select a whole file or buffer in Emacs? Is there any command to select the whole file contents in Emacs? For example, Control + a selects whole contents of a file in Notepad, Notepad++, etc I can select whole contents using the mouse, but it's inconvenient for large files I found the basic Emacs commands here and here, but could not find what I am looking for