-
-
Notifications
You must be signed in to change notification settings - Fork 49
Alisue edited this page Jul 15, 2022
·
5 revisions
Make sure that conceal
feature of Vim is enabled. macOS built-in Vim doesn't so you need to install vim with homebrew or so on.
https://github.com/lambdalisue/fern.vim/issues/396#issuecomment-1073507080
Execute hidden:set
action or hit !
to toggle.
Execute include
or exclude
action or hit fi
or fe
to enter a pattern (Vim's regular expression) to filter nodes.
Use one of the following Vim's native mapping
Mapping | Description |
---|---|
<C-o> |
Get back to a previous cursor position |
<C-^> (<C-6> ) |
Jump to an alternative buffer |
Use one of the following Vim's native mapping
Mapping | Description |
---|---|
<C-w>p |
Jump to the previous window |
:q |
Close the drawer (it automatically jumps to the previous window) |
Or use -stay
option to show fern drawer like
:Fern -drawer -stay .