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

🌿 General purpose asynchronous tree viewer written in Pure Vim script

Results 30 vim-fern issues
Sort by recently updated
recently updated
newest added

## reproduce 0. add fern.vim/ at path/to/pack_path/pack/m/opt/ 1. gvim.exe --clean 2. `:set packpath=path/to/pack_path` 3. `:packadd fern.vim` 4. `:Fern -drawer -right .` 5. move the cursor so that the popup appears...

bug
help wanted

I'm using `nmap f :Fern . -drawer -toggle` to open and close the fern drawer, I'd like it so when I select a file and press `t` to tabedit, fern...

question
wontfix

I would like to see an universal fern similar to what is in this [PR](https://github.com/lambdalisue/fern.vim/pull/261) We will have essentially one fern across all the buffers for this vim instance.

enhancement
help wanted
maybe oneday

Several plugins are adding the ability to open them in a float (nvim) or popup (vim). For instance, `coc-explorer`, `fzf`, and `defx` all have this ability. It would be really...

enhancement
wontfix

Under windows when I try to open a network share with //machine.name/path/ I get the error: The "path" must be an absolute path but "\\machine.name\path\" has specfied

enhancement
help wanted
windows

enhancement
help wanted

enhancement
help wanted
windows

Reproduction: - move or rename any regular file - observe the cursor node position. For me, at the moment. the cursor node become the node of the destination directory. Expected...

enhancement

I find myself creating directories and files using Fern because it's handy, but I noticed that you can't create more than 1 file or directory at a time in a...

enhancement
discussion

How doable would it be to add an option to toggle other information on a per line basis, like ranger or dired: ![image](https://user-images.githubusercontent.com/6321351/97369186-c4b5dc80-1882-11eb-8090-33aca4a5c0d0.png)

enhancement