martanne / vis

A vi-like editor based on Plan 9's structural regular expressions
Other
4.21k stars 258 forks source link

vis-open: allow to show files vertically #914

Closed vkochan closed 12 months ago

vkochan commented 3 years ago

It might be more comfortable to navigate through the files arranged vertically.

Add ability to specify VIS_OPEN_LINES environment variable which is passed to vis-menu as -l option.

It would be better to add vis option for this to set it via lua config, but it might be added later.

Signed-off-by: Vadym Kochan vadim4j@gmail.com

mcepl commented 1 year ago

Merged into https://git.sr.ht/~mcepl/vis/ (master branch).

rnpnr commented 12 months ago

Applied! Thanks for the patch!