Releases: lambdalisue/vim-fern
Releases · lambdalisue/vim-fern
Version 1.25.0
- Use
hasmapto
to check if the corresponding mapping already exist to allow users to define alternative mappings of built-in mappings (#218 ) - Add
yank
actions to yank node properties - Add
expand:stay
action to expand without moving the cursor - Add
expand:in
action to expand then move the cursor ONLY WHEN the node has children
Version 1.24.1
- Fix auto quit (keep) feature on Vim
- Do NOT change the behavior of
bd
by auto quit
Version 1.24.0
Restore window focus when drawer closed #206
Version 1.23.0
Add an option to show the absolute path on the root of file:// scheme #195
Version 1.22.1
Fix confliction with user-defined global functions. #202
Version 1.22.0
Use select window prior to lcd action
Version 1.21.1
Version 1.21.0
Add "get_child_nodes" on helper.async (#194) to support https://github.com/lambdalisue/fern-mapping-mark-children.vim
Version 1.20.0
Rename hidden/mark related mappings/actions (#191)
Version 1.19.3
Fix renderer issue #188