michal-h21 / vim-zettel

VimWiki addon for managing notes according to Zettelkasten method
MIT License
557 stars 73 forks source link

Open file in split with ZettelOpen #75

Open MahbubAlam231 opened 3 years ago

MahbubAlam231 commented 3 years ago

Is there a way to open selected file in vertical split using ZettelOpen? Couldn't find it in the documentation. For example with fzf ctrl-v opens file in vertical split.

rober-m commented 3 years ago

VimWiki has the feature to follow a link on a vertical split (VimwikiVSplitLink). I follow any random link, and then I ZettelOpen on the new split.

leandrochiarini commented 2 years ago

Worth mentioning that the default mapping for this command in vimwiki is which is not caught by every terminal. If this your case, just define another mapping that works for you.

michal-h21 commented 2 years ago

I cannot find any variable in fzf.vim that could be used to enforce the vertical split.

MahbubAlam231 commented 2 years ago

I cannot find any variable in fzf.vim that could be used to enforce the vertical split.

:FZF<cr> then select file followed by <ctrl-v>