Tabbar

From WikEmacs
Revision as of 20:31, 28 March 2012 by Xophist (talk | contribs) (described tabbar-mode (tabbar.el))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{{1}}}

Template:Mode didn't have much content, and there was no Emacs mode category. So this is a crude first draft.

tabbar-mode

Tabbar is an Emacs minor mode that displays tabs at the top, as do tabbed browers such as Chrome and Firefox.

(require 'tabbar)
(tabbar-mode 1)
(global-set-key (kbd "<C-next>")  'tabbar-forward)
(global-set-key (kbd "<C-prior>")  'tabbar-backward)

tabbar version 1.3 works in Gnu Emacs 23.4.1 and GNU Emacs 24.0.94.1 on Windows XP (i386-mingw-nt5.1.2600). I have not tested tabbar version 2.0.

External Links