help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: split buffers


From: TheFlyingDutchman
Subject: Re: split buffers
Date: Wed, 08 Dec 2010 15:19:54 -0000
User-agent: G2/1.0

> There is likely a way to move between frames with the keyboard (or
> create the capability) but I don't know what it is.- Hide quoted text -
>

It looks like the command other-frame moves to the next frame. It is
bound to "Control-x 5 o" which is pretty cumbersome. You can bind it
to another key or key-combination in your .emacs file, e.g.:

; use F8 key to switch to the next frame
(global-set-key (kbd "<f8>") 'other-frame)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]