We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use this
(evil-leader/set-leader "<SPC>") (evil-leader/set-key "/t" (kbd ":bd!"))
and when I type space and tab in emacs, it shows SPC TAB is undefined.
The text was updated successfully, but these errors were encountered:
As a work around, you can do something like this:
(define-key evil-normal-state-map (kbd "SPC TAB") 'evil-delete-buffer)
I've only just started using this, so I don't know if it has edge-case issues, but my leader maps still work fine.
edit: I realize now that I'm replying months later, but maybe passersby can find this useful anyway 😛
Sorry, something went wrong.
No branches or pull requests
I use this
and when I type space and tab in emacs, it shows SPC TAB is undefined.
The text was updated successfully, but these errors were encountered: