mattboehm / vim-accordion

A vim window manager for people who love splits
101 stars 3 forks source link

Add AccordionH and AccordionV to explicitly set the split setting for the local tab #40

Open mattboehm opened 7 years ago

mattboehm commented 7 years ago

Right now, one can only globally set g:accordion_mode to "h" or "v". Ideally, there would be a way to override the global setting for a specific tab, so that one tab could have hsplits while another has vsplits.

mattboehm commented 7 years ago

This idea came out of the conversation in #39