You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds window killing and yanking, bound to k and y. The k command kills all other windows, putting the state onto a stack. Pressing y from the resize-window loop will restore with configs from the stack.
Added window creation and deletion. Just like C-x 2, C-x 3 and C-x 0, resize window provides a way to create a new horizontal split (2), vertical split (3) and to kill the window with 0. These will appear in the help menu as well (?).
0.2.0: Merge pull request #8 from john-patterson/master