1 Jul 17:23
Re: split windows side by side in emacs?
From: Patrick Logan <patrickdlogan <at> gmail.com>
Subject: Re: split windows side by side in emacs?
Newsgroups: gmane.comp.lang.erlang.general
Date: 2008-07-01 15:24:26 GMT
Subject: Re: split windows side by side in emacs?
Newsgroups: gmane.comp.lang.erlang.general
Date: 2008-07-01 15:24:26 GMT
"how can i split windows side by side in emacs?" c-x 3 (obviously!Actually the way to find this is to run the "apropos" command... c-h a And then type in "split" or something and it will tell you the command "split-window-horizontally" is bound to the c-x 3 key combination. "and c-x c-f is find file for me in windows. how do i create anew one?" Not sure what you want, but c-x 4 f is bound to find-file-other-window.
Actually the way to find this is to run the "apropos" command...
c-h a
And then type in "split" or something and it will tell you the command
"split-window-horizontally" is bound to the c-x 3 key combination.
"and c-x c-f is find file for me in windows. how do i create anew one?"
Not sure what you want, but
c-x 4 f
is bound to find-file-other-window.
RSS Feed