diff options
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") |