diff options
author | noa@gaiwan.org | 2024-07-02 11:35:35 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-07-02 11:35:35 +0000 |
commit | abcb33681881aa0a1c04f7dcb6741d30bac42df1 (patch) | |
tree | 1bb9e20860db411459d1cdb5a8278ddf5a52092c | |
parent | 909d972e297a8f9981a228caa71042694cd6f6db (diff) |
Add numbers and keyboard access to tabs
-rw-r--r-- | config.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.org b/config.org index 6b207d7..b61bb0c 100644 --- a/config.org +++ b/config.org @@ -398,6 +398,8 @@ By default, the point has to be after a paren for it to be highlighted. But oft tab-bar-format-add-tab tab-bar-format-align-right tab-bar-format-global)) + (setopt tab-bar-tab-hints t) + (setopt tab-bar-select-tab-modifiers '(control)) #+end_src #+begin_src elisp |