vim-dirvish icon indicating copy to clipboard operation
vim-dirvish copied to clipboard

Directory viewer for Vim :zap:

Results 26 vim-dirvish issues
Sort by recently updated
recently updated
newest added

https://github.com/user-attachments/assets/654b8616-638d-4153-905b-f14e45853125 It seems to happen only when at least one of the concealed file paths in the dirvish buffer exceeds the width of the window, `precedes` character overwriting the first...

The callback parameter of `add_icon_fn` can now returns either a string or a dictionary with 2 fields (only in Vim 9.1+textprop and Nvim 0.8+): - `icon` (string): A string represents...

vim-drvo supports substitutions in its :Shdo format: https://github.com/matveyt/vim-drvo/blob/74ad4fe418c68a6a8e6876f73891c6fff831c4e0/doc/drvo.txt#L51-L60 "mask" concept seems useful: ``` :Selectfile [mask] *:Selectfile* Add files matching [mask] to |arglist|. ``` mappings? ``` D Clear |arglist| Show "Change...

enhancement

see also :FindFile from vim-drvo https://github.com/matveyt/vim-drvo/blob/74ad4fe418c68a6a8e6876f73891c6fff831c4e0/doc/drvo.txt#L62-L65

enhancement

Use simpler approach suggested by @matveyt https://github.com/vim/vim/issues/16259#issuecomment-2557204182 > All one has to do is to trap `BufNew` and if it's `isdirectory()` then set up `BufReadCmd` for this particular buffer. No...

enhancement

mentioned at https://github.com/justinmk/vim-dirvish/pull/247#issuecomment-2505929797 lua zip bindings: https://github.com/brimworks/lua-zip related: - https://github.com/justinmk/vim-dirvish/issues/62

enhancement