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

Is it possible to use <leader><tab>? #34

Open
zhmiao opened this issue Feb 15, 2016 · 1 comment
Open

Is it possible to use <leader><tab>? #34

zhmiao opened this issue Feb 15, 2016 · 1 comment

Comments

@zhmiao
Copy link

zhmiao commented Feb 15, 2016

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.

@auwsmit
Copy link

auwsmit commented May 1, 2016

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 😛

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants