-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Open a filemanager by at start #32
Comments
You can achieve this by creating an So on Linux I'm not really sure if such a one-liner is necessary to put in the plugin, or if most people would want it anyways. I'll leave this open for opinions on that. |
Ok, thanks for your reply.
I think it should be optional, but is enabled by default.
|
adding however, the active pane (buffer) is now the filemanager, i wish the cursor be in the file i'm editing instead of filemanager pane. I found a work-around but it is not ideal: --this is init.lua--
filemanager.toggle_tree()
function onViewOpen(view)
tabs[curTab+1].CurView = 1
end
|
I have implemented a modified version of your recommendations, I just need to get around to pushing the changes. |
It would be nice if filemanager will be opened at start of micro. Or if filemanager has an option for that.
The text was updated successfully, but these errors were encountered: