diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-05 10:39:16 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-05 10:39:16 +0200 |
| commit | 401edf221328916b48abffc91fe630e2d88df658 (patch) | |
| tree | f23d1ec216c03d0c557583d438741c9c96681270 /README.md | |
| parent | 4127cc3356e72a5a3ba4cbd8d497be962359761e (diff) | |
WIP LSP configuration settings
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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) +``` |
