summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index ab28ff7..302bea9 100644
--- a/README.md
+++ b/README.md
@@ -12,3 +12,13 @@ This setup is tested on Emacs 30.1, this means some packages are already built-i
Additionally the theme custom module assumes you are running Gnome
+## Goodies to check out
+
+### Tab management
+
+```elisp
+;; Tab history
+(tab-bar-history-mode t)
+(global-set-key (kbd "M-[") 'tab-bar-history-back)
+(global-set-key (kbd "M-]") 'tab-bar-history-forward)
+```