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.24.1

Published by lambdalisue about 4 years ago

  • Fix auto quit (keep) feature on Vim
  • Do NOT change the behavior of bd by auto quit
vim-fern - Version 1.24.0

Published by lambdalisue about 4 years ago

Restore window focus when drawer closed #206

vim-fern - Version 1.23.0

Published by lambdalisue about 4 years ago

Add an option to show the absolute path on the root of file:// scheme #195

vim-fern - Version 1.22.1

Published by lambdalisue about 4 years ago

Fix confliction with user-defined global functions. #202

vim-fern - Version 1.22.0

Published by lambdalisue about 4 years ago

Use select window prior to lcd action

vim-fern - Version 1.21.1

Published by lambdalisue about 4 years ago

  • Renamer should be opened without noautocmd (#197)
    • Fix invisible cursor issue on renamer buffer (#196)
vim-fern - Version 1.21.0

Published by lambdalisue about 4 years ago

Add "get_child_nodes" on helper.async (#194) to support https://github.com/lambdalisue/fern-mapping-mark-children.vim

vim-fern - Version 1.20.0

Published by lambdalisue about 4 years ago

Rename hidden/mark related mappings/actions (#191)

vim-fern - Version 1.19.3

Published by lambdalisue about 4 years ago

Fix renderer issue #188

vim-fern - Version 1.19.2

Published by lambdalisue about 4 years ago

Fix cursor issue on Vim (#186)

vim-fern - Version 1.19.1

Published by lambdalisue about 4 years ago

Fix FRI parse issue (#179)

vim-fern - Version 1.19.0

Published by lambdalisue about 4 years ago

Vitalize internally modules

vim-fern - Version 1.18.1

Published by lambdalisue about 4 years ago

Force cursorline if cursor is hidden

vim-fern - Version 1.18.0

Published by lambdalisue about 4 years ago

Fern automatically hide the cursor on the viewer

vim-fern - Version 1.17.1

Published by lambdalisue about 4 years ago

Fix "E242: Can't split a window while closing another" (#173)

vim-fern - Version 1.17.0

Published by lambdalisue about 4 years ago

  • Add FernReveal buffer local command
  • Fix priority of -reveal option in Fern command
vim-fern - Version 1.16.0

Published by lambdalisue about 4 years ago

Buffer name limitation has fixed (#169)

vim-fern - Version 1.15.2

Published by lambdalisue about 4 years ago

"E13: File exists, add ! to override" issue has fixed.

vim-fern - Version 1.15.1

Published by lambdalisue about 4 years ago

Fix tests

vim-fern - Version 1.15.0

Published by lambdalisue about 4 years ago

  • Upgrade internal modules
  • Improve documentation
  • Rename some hooks
  • Add minimal error handling on process failure
  • Improve badge support
  • Minor refactoring