From 401edf221328916b48abffc91fe630e2d88df658 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Thu, 5 Jun 2025 10:39:16 +0200 Subject: WIP LSP configuration settings --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') 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) +``` -- cgit v1.3.1