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

evil-leader/set-key-for-mode shadows normal bindings. #31

Open
skovuri41 opened this issue Mar 11, 2016 · 1 comment
Open

evil-leader/set-key-for-mode shadows normal bindings. #31

skovuri41 opened this issue Mar 11, 2016 · 1 comment

Comments

@skovuri41
Copy link

The following code which set-key-for-mode for org-mode completely shadows my other preferred bindings, is there a way to disalbe this default way? in other words i would rather prefer m a as org-agenda as I have a for other bindings which I would like to retain even while i am in org-mode. thanks for help.

(evil-leader/set-key-for-mode 'org-mode
"t" 'org-show-todo-tree "t" 'org-show-todo-tree
"a" 'org-agenda "a" 'org-agenda
"x" 'org-archive-subtree "x" 'org-archive-subtree

@dieggsy
Copy link

dieggsy commented Oct 8, 2016

Seconded, the option to turn off or rebind the leader bindings would be very helpful, IMO.

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