Skip to content

Releases: dpsutton/resize-window

0.7

Choose a tag to compare

@dpsutton dpsutton released this 05 Jul 05:14

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

0.6

0.6

Choose a tag to compare

@dpsutton dpsutton released this 25 Jun 00:02

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

Choose a tag to compare

@dpsutton dpsutton released this 29 Mar 23:47

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

0.4.0

Choose a tag to compare

@dpsutton dpsutton released this 31 Jan 03:27

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

Choose a tag to compare

@dpsutton dpsutton released this 30 Jan 06:08

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

Choose a tag to compare

@dpsutton dpsutton released this 12 May 03:46

Add check to catch mouseclicks and fixes typos

0.1.0

Choose a tag to compare

@dpsutton dpsutton released this 27 Nov 22:06
make internal methods have resize-window-- prefix