Hello,
I am using emacs I find that sometimes I have 2 files separated into 2 windows.
For example: I open 1 file using C-x C-f file1.c RET
and I split the fame into two windows: C-x 3
I then open another file C-x C-f file2.c RET
So I have 2 files:
window 1 (left) file1.c
window 2 (right) file2.c
I am wondering if there is any key combination to swap the files over? Normally I like to work on the left window when I have 2 window. I know I can easily do C-x oto move the cursor to the right window.
However, I am just wondering if I can swap the files so that file2.c
is in the left window and file1.c
is in the right window?
Many thanks for any suggestions,