-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Keymaps conflicts #90
Comments
Same problem here, i use nvchad and i can't use nvimtree because the enter key is al ready mapped for nvim-jukit and it just try to execute the line. |
This happened to me with Neotree as well. I worked around it by adding I think remapping enter might be a little overzealous but I'm very excited to see where this project goes overall. |
You should be able to just remap it using e.g.
in your vim config (or the equivalent command in your lua config), does that not work? |
This works for me. Thank you! |
Hi, this is a very VERY interesting plugin. I work with R but I'm thinking about moving to pandas, and at the same time I want to get rid of Rstudio and stay with nvim.
The problem is that the keymaps cannot be disabled, as far as I can see, and you have binded to execute line and it's driving me crazy
Is there a way to remove the binds and use my own? I can bind more keys to execute cells and so on, but I can't remove the binds all together.
Thx for the work
The text was updated successfully, but these errors were encountered: