Creating a file or directory in long paths hitting character limit and cursor jumps back to root path ? #2989
-
Hi! When creating a file/directory in nvim-tree (using "a" key and also happening in renaming a file/folder) with long nested paths, for some reason it is hitting the character limit and will just jump or delete the entire path in the "Create file" box. See screenshot below for reference: Then when it hits the limit (end of the create file bar), it jumps to this. Any thoughts on how to expand the limit? or better yet how to only show the current working directory and not the entire path so that I won't hit that character limit? Thank you and I appreciate all the help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
It looks like you're using a plugin that provides the input box. nvim-tree should function correctly with it. Which plugin is it? Can you replicate the issue if that plugin is removed? |
Beta Was this translation helpful? Give feedback.
-
Thank you! I just found out that that issue is with dressing.nvim plugin and not nvim-tree. Again thanks! |
Beta Was this translation helpful? Give feedback.
It looks like you're using a plugin that provides the input box. nvim-tree should function correctly with it.
Which plugin is it? Can you replicate the issue if that plugin is removed?