You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use <C-d> and <C-u> in the fern itself to jump up and down the list of directories/files as well, but setting it here causes the fern/vim to throw an error:
Error detected while processing function fern_preview#half_down[2]..<SNR>187_info:
line 3:
E716: Key not present in Dictionary: "width, 'height': l:info.height, 'topline': l:info.firstline }"
Is there a way to only map those keys when a preview window is open, and do the regular <C-d>, <C-u> when there's no preview window?
The text was updated successfully, but these errors were encountered:
Thanks for the great set of Plugins. I have this piece of config as suggested in the readme:
I use
<C-d>
and<C-u>
in the fern itself to jump up and down the list of directories/files as well, but setting it here causes the fern/vim to throw an error:Is there a way to only map those keys when a preview window is open, and do the regular
<C-d>
,<C-u>
when there's no preview window?The text was updated successfully, but these errors were encountered: