Λlisue
Λlisue
Well, I think it's spec. Does adding noautocmd prior to call Test solves the issue?
Hum... I see. Well, does this happened on Neovim as well? If so, it's a bug of fern.vim itself. Otherwise, it's a bug of Window/Cursor module of vital as you...
@brandon1024 Sorry for the delay. I completely forgot about it. I have created a pull request to address this issue, so could you please give it a try? #493
Does plug.vim use master instead of main, even though fern.vim itself uses main as the default branch? Or is this not the first time, and did you have fern.vim under...
 maybe because of above? just unmap works i guess ```vim unmap z ```
Well, it's just a default mapping so I don't think we have to change it.
Fern currently does not support multiple drawer window on same tab page and that cauze this issue because `zoom` action is only available on drawer window. ![CleanShot 2022-10-22 at 16...
Looks interesting. However, it looks like I will not be able to find the time to do it for now since I just moved.
I thought I should separate it from `App.WindowSelector` without forcing it to be implemented in `App.WindowSelector,` since it would be very different from the existing functionality as I see it....
does signal.py called? usually signal related codes are writen in model.py or called from model.py