|
From: | Kevin Rodgers |
Subject: | Re: switch buffer in one of splitted windows |
Date: | Sun, 22 Feb 2009 10:43:21 -0700 |
User-agent: | Thunderbird 2.0.0.19 (Macintosh/20081209) |
Bernardo wrote:
While working with two splited windows, I am trying to switch buffer in onewindow by first switching cursor to that window, then listing existingbuffers by "C-x C-b" but always end up with listing the existing buffers in the other window. If I switch to the other window to select one buffer, then the buffer will be shown in that window instead of the one I want. How to doit correctly? Thanks for your help!does it help if you put (add-to-list 'same-window-buffer-names "*Buffer List*") in your .emacs ?
That is a great suggestion. I'm considering using that instead of what's been in my ~/.emacs for at least a decade:
;;; Override existing keybindings: (global-set-key "\C-x\C-b" 'electric-buffer-list) ; list-buffers -- Kevin Rodgers Denver, Colorado, USA
[Prev in Thread] | Current Thread | [Next in Thread] |