Skip to content

Releases: lambdalisue/vim-fern

Version 1.25.0

24 Sep 08:30
bbe09a1
Compare
Choose a tag to compare
  • 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

21 Sep 04:43
c7fbdc5
Compare
Choose a tag to compare
  • Fix auto quit (keep) feature on Vim
  • Do NOT change the behavior of bd by auto quit

Version 1.24.0

19 Sep 09:08
93d110c
Compare
Choose a tag to compare

Restore window focus when drawer closed #206

Version 1.23.0

13 Sep 08:48
d08fece
Compare
Choose a tag to compare

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

Version 1.22.1

13 Sep 08:47
f68f28a
Compare
Choose a tag to compare

Fix confliction with user-defined global functions. #202

Version 1.22.0

09 Sep 19:31
af629f5
Compare
Choose a tag to compare

Use select window prior to lcd action

Version 1.21.1

08 Sep 00:00
203827d
Compare
Choose a tag to compare
  • Renamer should be opened without noautocmd (#197)
    • Fix invisible cursor issue on renamer buffer (#196)

Version 1.21.0

06 Sep 02:17
2d21376
Compare
Choose a tag to compare

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

Version 1.20.0

31 Aug 13:17
d3d9412
Compare
Choose a tag to compare

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

Version 1.19.3

31 Aug 04:05
8353204
Compare
Choose a tag to compare

Fix renderer issue #188