Skip to content

Emacs tabs feature shadowing existing key binfings #319

@practicalli-johnny

Description

@practicalli-johnny

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)))

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions