-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
From Emacs 27.1 onward tab bar functionality is built in and it seems that Evil normal key bindings are over-riding the existing keybindings for eyebrowse-next-window-config and eyebrowse-previous-window-config
Originally raised this issue
syl20bnr/spacemacs#13677 but it seems no one is going to do anything about fixing it
The following work around removed the Emacs tabs binding that shadows the Spacesmacs key binding
(with-eval-after-load 'evil-maps
(when (featurep 'tab-bar)
(define-key evil-normal-state-map "gt" nil)
(define-key evil-normal-state-map "gT" nil)))
mixmixmix
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status