Übersicht Letzte Änderungen Neuigkeiten Suchen ElispSektion KurzAnleitung Impressum
Jemen: Haupt-Nationalfeiertag - Wiedervereinigung von Nord- und Süd-Jemen 1990

PinBar

Pinbar is a minor mode that displays a tab bar at the top, similar to the idea of tabbar.

PinBarScreenshot

Author: Gaofeng Huang <poppyer@gmail.com>

Created: 18 May 2007

Installation Guide

Set up your Emacs

        (require 'pinbar)
        (global-set-key "\M-0" 'pinbar-add)
        (pinbar-mode t)

Run pinbar-mode

  1. Execute `M-x pinbar-mode`.
  2. Press (kbd “M-0”) to put a tab associated with current buffer to the header line.
  3. Press (kbd “M-- M-0”) to remove all the tabs associated with current buffer.
  4. Press M - 1~9 to visit the buffer associated with the tab shown on the header line.

CategoryBufferSwitching