-
Notifications
You must be signed in to change notification settings - Fork 10
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
Insufficient documentation regarding keymaps #8
Comments
I agree with that I see that also the default hotkey is not mapped in vim. |
Since this is an nvim-treesitter module you can find the documentation for
it in that repo. As far as them not working, that would be bug. We'll need
to figure out why they arent working.
…On Sun, Jul 11, 2021, 6:50 AM Daniele Scasciafratte < ***@***.***> wrote:
I agree with that I see that also the default hotkey is not mapped in vim.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPXOSWCCRGCLMI4HKDOU2LTXGAOTANCNFSM474VF7CQ>
.
|
Noting for future readers: I haven't been able to figure out why, but I think this plugin can't map when something else exists at the beginning of the map. That's a poor way of explaining, so hopefully this is clearer: the default mapping is |
Hi, I'm currently trying to get this to work on my workflow and i can't reach any breakthrough.
My current configuration file has:
I was trying to remap doc_node_at_cursor to a. However i can't seem to get this to work. I've also ran
:nmap
in order to see all the normal mappings and it is not mapped at allThe text was updated successfully, but these errors were encountered: