Skip to content

Releases: dpsutton/resize-window

0.7

05 Jul 05:14
Compare
Choose a tag to compare

Corrects aliases for arrow keys. Down and up were inverted.

0.6

25 Jun 00:02
Compare
Choose a tag to compare
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

29 Mar 23:47
Compare
Choose a tag to compare

Remove when-let macro to improve compatibility with emacs 24.x. Nothing much more has changed in this release.

0.4.0

31 Jan 03:27
Compare
Choose a tag to compare

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

30 Jan 06:08
Compare
Choose a tag to compare

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

12 May 03:46
Compare
Choose a tag to compare

Add check to catch mouseclicks and fixes typos

0.1.0

27 Nov 22:06
Compare
Choose a tag to compare
make internal methods have resize-window-- prefix