I am using emacs. I find that sometimes I have 2 files divided into 2 windows.
For example: I open 1 file using Cx Cf file1.c RET
and I divided the frame into two windows: Cx 3
Then I open another file Cx Cf 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 for file sharing? Usually I like to work in the left window when I have 2 windows. I know that I can easily do Cx o to move the cursor to the desired window.
However, I'm just wondering if I can change the files so that file2.c in the left window and file1.c is in the right window?
emacs
ant2009 Nov 21 '09 at 7:30 2009-11-21 07:30
source share