-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
The design #1
Comments
I think the double filer feature is really useful (i use it a lot). Also it would be nice to keep vimfiler's bookmark feature. |
@Shougo |
@kirin123kirin According to my Google Translate, I am also wondering when will it be released. |
Can I open UNC Path for windows platform. |
It is useful. But I think jump/mark feature is better. |
You can copy/move the files to another vimfiler directory. |
The support is very hard. Please see: |
@kirin123kirin The release will be in 2018 someday. |
Column means, "name", "type", "size", "date" should be customize-able more generic. |
It would be nice if it does not rely on filesystem. For example, I would like to make a plugin which cooperate with this one to show a directory tree on a particular commit. |
It is already todo listed.
|
The source feature is similar to denite source. |
I have started the vaporware development. |
@Shougo Is there any way to set colors of items in the tree explorer according to Will you provide an API for vim-devicons symbols? Showing symbols on the right side of the explorer wasn't right choice. They should be just before the filename. |
No.
Yes. The column feature will be improved than vimfiler. |
I have decided defx has no default mappings and no global variables. |
defx.nvim does not support explorer feature like It is very buggy and hard to implement. |
I think the design can work like "file manager". Anything file related feature can be supported, not just explorer. |
I have re-started defx.nvim development. Note: Current defx.nvim is neovim only. |
What does |
It changes candidate select state. |
@Shougo , when will custom column feature be available? |
It takes more time.
Above features are hipriority than column customization. |
Would you like to have git status column as part of the default columns? I have initial version of it. |
No. |
Implemented. |
Is it in the plan to remove the yarp solution for supporting Vim? Having to depend on NeoVim for Vim to work isn't great. |
@Shougo thx! |
@Shougo |
Fixed. |
Working :) |
Can you make Thanks! |
I don't understand. |
I was trying to enable a mapping in the defx windows that when used on a directory, will run a command that takes the directory path as an argument. For example, if I enter |
OK. I get it. |
Thanks, filed #51 |
The time/date a directory is modified is not shown even when time option is enabled. |
Also, when I do :Defx with unsaved file, the unsaved changes are discarded. |
I made a PR to it. If you don't like it, please discard. |
Please create the new issue for it. I will test it later. |
Mouse support, good to have? VimFiler had I think. |
You can add mouse support yourself if you want: nnoremap <silent><buffer><expr> <2-LeftMouse> defx#do_action('drop') |
Yes. @kristijanhusak is right. |
@kristijanhusak @Shougo nice, thanks! |
My recommendation: nnoremap <silent><buffer><expr> <2-LeftMouse> defx#do_action('drop')
nnoremap <silent><buffer><expr> <RightMouse> defx#do_action('cd', ['..']) |
Someone just asked on #vim whether there's a file browser that supports |
Seems dirvish supports that. |
The <c-i> and <C-o> in file manager buffer should not same as general vim key binding, because the origin feature of <C-i> and <c-o> is jump whthin current windows, but I do not think people like to use file manager tree in code buffer.
But the feature, jump backward and forward shoudl works only in file tree buffer, that means, I use jump to last opened file position in file tree buffer.
…________________________________
wsdjeg@outlook.com
From: Francisco Lopes<mailto:notifications@github.com>
Date: 2018-12-21 11:50
To: Shougo/defx.nvim<mailto:defx.nvim@noreply.github.com>
CC: Wang Shidong<mailto:wsdjeg@outlook.com>; Comment<mailto:comment@noreply.github.com>
Subject: Re: [Shougo/defx.nvim] The design (#1)
Seems dirvish supports that.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#1 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AMiJkg2OXfqkD7crv6oFvF8Q_goXAIXfks5u7FqUgaJpZM4Q4551>.
|
@oblitum I don't add the feature. Yes, dirvish already supports the feature. But some feature don't like it. I also don't like it. Please see below issue. |
@Shougo do you plan to add integrations with https://github.com/kmnk/denite-dirmark? I think that a good file manager should have a bookmarks feature. |
@petobens Nothing. But you can request it to the author. |
I have not much time to implement bookmark feature in defx. |
Ok thanks. I did this here kmnk/denite-dirmark#2 |
Not depends on denite.nvim
Vim8/neovim compatible(nvim-yarp is needed for Vim8)
Implemented by Python3
No double filer feature
Column feature
Source feature
Options
Highlight is defined by column
Few commands (
:Defx
command only?)Extended rename
Mark
Windows supporters are needed
The original trashbox feature
No minimal features
Subtree feature like vimfiler
No default mappings
No global variables
No explorer feature(like
g:vimfiler_as_default_explorer
)Release date: In 2018 someday
The text was updated successfully, but these errors were encountered: