-
currently i need to search the new filename and enter |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
No easy way. However the cursor should move to focus the created file. Isn't that your case? |
Beta Was this translation helpful? Give feedback.
-
@tkkcc Do you mean to open a buffer for the created files? That is easy. Read |
Beta Was this translation helpful? Give feedback.
-
Thanks! The file_added event handler is enough for me. And I just found neo-tree automatically focus new file when copy and create, and i can simply open it. It's strange i didn't notice this before. (°ー°〃) |
Beta Was this translation helpful? Give feedback.
@tkkcc Do you mean to open a buffer for the created files?
That is easy. Read
:h neo-tree-events
and you should find file_added event.