Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emacs tabs feature shadowing existing key binfings #319

Open
practicalli-johnny opened this issue Jun 17, 2022 · 0 comments
Open

Emacs tabs feature shadowing existing key binfings #319

practicalli-johnny opened this issue Jun 17, 2022 · 0 comments
Assignees

Comments

@practicalli-johnny
Copy link
Contributor

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)))
@practicalli-johnny practicalli-johnny self-assigned this Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant