mattboehm / vim-accordion

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

How to handle edge cases? #6

Closed mattboehm closed 11 years ago

mattboehm commented 11 years ago

Normally, Accordion(3) will show the current window and 1 on each side. When you're on the leftmost split, it will show the current window and 1 to the right, but since there's no window to the left, only two windows are visible.

Is it preferable to show 2 windows in this situation or 3? Should there be a setting that lets users pick between these two behaviors? If so, what's a reasonable name?