1 Jul 15:20
split windows side by side in emacs?
From: not norwegian swede <notnorwegian <at> yahoo.se>
Subject: split windows side by side in emacs?
Newsgroups: gmane.comp.lang.erlang.general
Date: 2008-07-01 13:21:16 GMT
Subject: split windows side by side in emacs?
Newsgroups: gmane.comp.lang.erlang.general
Date: 2008-07-01 13:21:16 GMT
how can i split windows side by side in emacs? not like this: buffer --------- buffer but: b | b u | u f | f f | f e | e r | r and c-x c-f is find file for me in windows. how do i create anew one? |
Går det långsamt? Skaffa dig en snabbare bredbandsuppkoppling.
Sök och jämför priser hos Kelkoo.
<div> <table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top"><div>how can i split windows side by side in emacs?<br> not like this:<br> buffer<br> ---------<br> buffer<br><br> but:<br> b | b<br> u | u<br> f | f<br> f | f<br> e | e<br> r | r<br><br><br>and c-x c-f is find file for me in windows. how do i create anew one?<br> </div></td></tr></table> <br> Går det långsamt? Skaffa dig en snabbare bredbandsuppkoppling.<br><a href="http://www.kelkoo.se/c-100015813-bredband.html?partnerId=96914325">Sök och jämför priser hos Kelkoo.</a> </div>
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