after vi -u test.vim demo.vim
after 3ggl, the folder was opened.
after 2dd, a folder was deleted.
after z, wait to the popup window, vim-which-key will give you a popup window to prompt what hotkey has been mapped.
after j, it should jump to next folder, however:
some lines were deleted. this is a bug.
this is demo.vim:
after
vi -u test.vim demo.vim
after3ggl
, the folder was opened. after2dd
, a folder was deleted.after
z
, wait to the popup window, vim-which-key will give you a popup window to prompt what hotkey has been mapped. afterj
, it should jump to next folder, however: some lines were deleted. this is a bug.thanks.
https://github.com/Konfekt/FastFold/issues/67