vifm / vifm.vim

Vim plugin that allows use of vifm as a file picker
325 stars 18 forks source link

g:vifm_embed_split option works for horizontal split, but docs unclear how to change to vertical split instead #57

Closed risingtiger closed 3 years ago

risingtiger commented 3 years ago

The g:vifm_embed_split option works for horizontal split, but docs unclear how to change to vertical split instead. Documentation says one can use mods and/or count to control orientation and size.

I'm expecting something like: :EditVifm V, : EditVifm v, but nothing seems to change it. I also tried VsplitVifm, still no luck. Always opening in horizontal. What are the mod keys for vertical and for changing the size?

I'm using neovim (0.5) within tmux.

xaizek commented 3 years ago

See :help :command-modifiers in Vim. That's the command for vertical split:

:vertical Vifm
risingtiger commented 3 years ago

I see. so its the Vim mod keys.

risingtiger commented 3 years ago

I create a PR for the docs, hopefully making this a bit more clear for other's like me who is yet to fully grok all of vim's functionality.