Back to Browse

Organize Buffers Better: tab-bar-mode Explained | Emacs Tutorial

1.3K views
Dec 20, 2023
9:12

Recently, I just found a great feature introduced in Emacs 27: tab-bar-mode. So I briefly showed how to use it in this video. Related settings: #+begin_src elisp (setq tab-bar-close-button-show nil ; ugly, so turned off tab-bar-show 1 ; the bar only shown when tab num is greater than 1 tab-bar-select-tab-modifiers '(meta) ; Alt-1 switch to the tab numbered 1 tab-bar-tab-hints t) ; show a number on each tabs #+end_src Chapters: 00:00 Intro 01:02 Create a New Tab 03:17 Switch Tabs 06:20 Close a Tab/Tabs 06:59 Restore the Last Closed Tab 08:18 Wrap Up tab-bar-mode: https://www.gnu.org/software/emacs/manual/html_node/emacs/Tab-Bars.html #emacs

Download

0 formats

No download links available.

Organize Buffers Better: tab-bar-mode Explained | Emacs Tutorial | NatokHD