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

When using orgmode in the terminal, tab reports 'evil-jump-forward' in normal state instead of org-cycle #811

Closed
JohnWick95 opened this issue Apr 28, 2024 · 1 comment

Comments

@JohnWick95
Copy link

But If I disable evil-collection and I add the following to my evil config:

  (evil-define-key 'normal org-mode-map
    (kbd "TAB") 'org-cycle
    (kbd "S-TAB") 'org-shifttab)

then, pressing tab does send org-cycle. evil-collection-org.el already has this binding so don't know where the issue is here.

@JohnWick95
Copy link
Author

Missed the following from the readme:

Ensure terminal compatibility without sacrificing GUI key bindings.
Tab key
Tab key is recognized as in GUI and TAB in terminal. TAB equals C-i.
C-i is bound to jumping forward for vim compatibility. If Shift+Tab is not relevant, just bind g TAB to the function that Tab is bound to. If Shift+Tab is relevant, bind g] and g TAB to the function that Tab is bound to, and bind g[ to the function that Shift+Tab is bound to for terminal compatibility.

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

1 participant