0

I am looking for something like window-numbering but to changing among buffers, specifically for tabbar, but I think something generic may be used. Any idea?

david villa
  • 384
  • 4
  • 9
  • Could you please elaborate and maybe give an example? – Lindydancer Feb 04 '12 at 21:20
  • http://tapoueh.org/blog/2010/07/25-dim-switch-windowel.html – kindahero Feb 06 '12 at 14:58
  • I am talking about the typical way to change among tabs with keyboard, usually alt-. I have resolved this taking part of the default configuration for aquamacs [1]. I put all my tabbar configuration preferences here [2] if somebody wants to try. Better faces and behaviour, Enjoy. --- [1]: https://github.com/dholm/tabbar/blob/master/aquamacs-tabbar.el [2]: https://bitbucket.org/arco_group/arco-emacs/src/tip/config/tabbar.cfg.el – david villa Apr 14 '12 at 23:08

1 Answers1

3

I think, that use of iswitchb or ido could be much more handy than using numbers, especially when working with dozens of buffers. Anyway, I recommend to look to this page on emacswiki

Alex Ott
  • 80,552
  • 8
  • 87
  • 132