diff options
author | Raul Benencia <rul@kalgan.cc> | 2022-04-11 16:58:38 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2022-04-11 16:59:23 -0700 |
commit | 881b5393073ec106b49f76bb39d62fff377ce9fb (patch) | |
tree | fa6997daea885ca9f0a022880702548a29b3dcfc /.emacs.local.d/modes/hydra.el | |
parent | da1cb8e6e21a6dabc8720355ce3bb3bd8a721960 (diff) |
emacs: customize tab-bar
Diffstat (limited to '.emacs.local.d/modes/hydra.el')
-rw-r--r-- | .emacs.local.d/modes/hydra.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.local.d/modes/hydra.el b/.emacs.local.d/modes/hydra.el index 412970b..071581b 100644 --- a/.emacs.local.d/modes/hydra.el +++ b/.emacs.local.d/modes/hydra.el @@ -57,7 +57,7 @@ _s-f_: file _a_: ag _i_: Ibuffer _c_: cache ("t" tab-new "Create a new tab" :column "Creation") ("d" dired-other-tab "Open Dired in another tab") ("f" find-file-other-tab "Find file in another tab") - ("0" tab-close "Close current tab") + ("x" tab-close "Close current tab") ("m" tab-move "Move current tab" :column "Management") ("r" tab-rename "Rename Tab") ("<return>" tab-bar-select-tab-by-name "Select tab by name" :column "Navigation") |