vim-fern

🌿 General purpose asynchronous tree viewer written in Pure Vim script

MIT License

Stars
1.3K

Bot releases are hidden (Show)

vim-fern -

Published by lambdalisue almost 4 years ago

vim-fern -

Published by lambdalisue almost 4 years ago

vim-fern -

Published by lambdalisue almost 4 years ago

vim-fern -

Published by lambdalisue almost 4 years ago

vim-fern -

Published by lambdalisue almost 4 years ago

vim-fern -

Published by lambdalisue almost 4 years ago

vim-fern -

Published by lambdalisue almost 4 years ago

vim-fern -

Published by lambdalisue almost 4 years ago

vim-fern -

Published by lambdalisue almost 4 years ago

vim-fern -

Published by lambdalisue almost 4 years ago

vim-fern -

Published by lambdalisue almost 4 years ago

vim-fern -

Published by lambdalisue about 4 years ago

vim-fern -

Published by lambdalisue about 4 years ago

vim-fern -

Published by lambdalisue about 4 years ago

vim-fern - Version 1.26.3

Published by lambdalisue about 4 years ago

Fix cursor restore issue when -reveal=... is not specified (#229

vim-fern - Version 1.26.2

Published by lambdalisue about 4 years ago

Fix issues when completeslash is specified in Windows

vim-fern - Version 1.26.1

Published by lambdalisue about 4 years ago

Fix expand issue on 'open' actions

vim-fern - Version 1.26.0

Published by lambdalisue about 4 years ago

The cursor is no longer hidden by default but sticks to the first column with padding.
Use g:fern#smart_cursor = 'hide' to hide cursor like previous default instead.

vim-fern - Version 1.25.1

Published by lambdalisue about 4 years ago

Revert "Use hasmapto to check if the corresponding mapping already exist to allow users to define alternative mappings of built-in mappings (#218 )" #212

vim-fern - Version 1.25.0

Published by lambdalisue about 4 years ago

  • 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