Releases: dpsutton/resize-window
Releases · dpsutton/resize-window
0.7
Corrects aliases for arrow keys. Down and up were inverted.
0.6
adds helper function for adding your own functions, resize-window-add-choice
, and catches function arity exceptions in the event loop.
0.5: Remove when-let macro in favor of let ... when
Remove when-let macro to improve compatibility with emacs 24.x. Nothing much more has changed in this release.
0.4.0
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.
0.3.0
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
Add check to catch mouseclicks and fixes typos
0.1.0
make internal methods have resize-window-- prefix