I've recently started using emacs and I'm enjoying using it for the most part. The only thing I'm not enjoying, is switching between buffers. I often have a few buffers open and I've grown tired of using C-x b and C-x C-b, are there any packages that make switching between buffers easier? I've looked into emacs wiki on switching buffers and I'd appreciate insight/feedback on what are are using/enjoying. Thanks.
|
|
||||
|
|
After you hit You can turn it on by default with this in your .emacs:
You can also tell it to ignore certain buffers that you never (or very rarely) need to switch to:
|
||||
|
|
|
Also, take a look at |
|||
|
|
|
You can use Moreover, note that Another nice trick is to open separate windows using |
|||
|
|
|
If you've looked at the Emacs Wiki, you probably have all this information already, but here are a few other relevant Q&As:
My toolkit consists of ibuffer, windmove+framemove, winner-mode, and a custom binding to make C-xleft/right and C-cleft/right less of a hassle to use. |
|||
|
|
|
||||
|
|
|
I have mapped the "ยง"-key to 'buffer-list and I find it to be very efficient. |
|||
|
|
I've started using anything for a couple of days and I'm really liking it: http://www.emacswiki.org/emacs/Anything . Emacs-fu has an good intro to anything: http://emacs-fu.blogspot.com/2011/09/finding-just-about-anything.html |
|||
|
|