vim-fern

🌿 General purpose asynchronous tree viewer written in Pure Vim script

MIT License

Stars
1.3K

Bot releases are hidden (Show)

vim-fern - Version 1.3.0

Published by lambdalisue over 4 years ago

  • Add <Plug>(fern-wait) to wait for a previous asynchronous mapping
vim-fern - Version 1.2.0

Published by lambdalisue over 4 years ago

  • Add :FernDo comamnd for executing arbitral command on a fern buffer
  • Make :FernFocus command deprecate in favor of :FernDo :
vim-fern - Version 1.1.0

Published by lambdalisue over 4 years ago

  • Collapse nodes prior to copy/move/remove/trash/rename action to fix invalid update
vim-fern - Version 1.0.0

Published by lambdalisue over 4 years ago

Initial stable release.

Now APIs of fern.vim have fixed and further changes will follow the rules of semantic versioning.

vim-fern - Version 0.18.0

Published by lambdalisue over 4 years ago

  • 'rename' action behavior has improved
vim-fern - Version 0.17.0

Published by lambdalisue over 4 years ago

  • Force 'winfixwidth' on drawer
vim-fern - Version 0.16.0

Published by lambdalisue over 4 years ago

Add 'grep' action to execute grep asynchronously and report the result to quickfix.

vim-fern - Version 0.15.1

Published by lambdalisue over 4 years ago

Fix open:select action on Vim

vim-fern - Version 0.15.0

Published by lambdalisue over 4 years ago

The status of hidden, include, and exclude are kept after enter or leave actions.