Tabbar

From WikEmacs
Revision as of 11:20, 10 June 2017 by Elvince (talk | contribs) (add category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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