Tabbar

From WikEmacs
Revision as of 00:39, 3 April 2012 by Kindahero (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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