vim-accordion icon indicating copy to clipboard operation
vim-accordion copied to clipboard

A vim window manager for people who love splits

Results 11 vim-accordion issues
Sort by recently updated
recently updated
newest added

can't tell how I love this plugin, I have tried to do the same thing in the past year and came up with something worked for me. then I found...

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...

If you have a lot of vsplits, you lose a lot of space to ugly padding. Find a way to get rid of this padding or to swap buffers so...

enhancement
hard
maybe

I guess Accordion has an idea of how wide each window should be. If I have a horizontal split open in one pane, then it doesn't realize it needs to...

With s mapping from NERDTree (open vsplit) one more split is showed and with wrong size (with :Accordion 3): ![image](https://f.cloud.github.com/assets/430272/2050207/89999dc4-8a6f-11e3-8611-b592ebea000e.png)

The biggest source of frustration for me with this plugin is that often times I'll open a new vertical split only to find that the previous split I was in...

``` :AccordionAll 5 :Accordion 3 :AccordionStop ``` What should this do? Presumably this should remove the local setting but still apply the global limit of 5. Right now it does...

bug

I need to add some sort of automated test suite, as smoke tests keep missing certain edge cases.

When you make a session with `:mksession`, it does not save the t: or g: variables used by accordion to track the size. When you reload a session that had...

bug
maybe

In #24, we tried to make accordion not redraw every time you switched windows. #25 added an exception for when you do a `:vsp` and have to redraw. This exception...

bug