GNU bug report logs -
#41438
[PATCH] Allow windmove keys to be bound without prefix or modifiers
Previous Next
Reported by: "Philip K." <philip <at> warpmail.net>
Date: Thu, 21 May 2020 16:57:01 UTC
Severity: normal
Tags: fixed
Fixed in version 28.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #91 received at 41438 <at> debbugs.gnu.org (full text, mbox):
Arthur Miller <arthur.miller <at> live.com> writes:
> If you are already patching windmove.el, can you consider adding
> bindings for these funcitions too (defined in window.el):
>
> enlarge-window-horizontally
> shrink-window-horizontally
>
> As well as add these two wrappers for vertical operations:
>
> #+begin_src emacs-lisp
>
> ;;;###autoload
> (defun enlarge-window-vertically (delta)
> "Make selected window DELTA columns wider.
> Interactively, if no argument is given, make selected window one
> column wider."
> (interactive "p")
> (enlarge-window delta nil))
>
> ;;;###autoload
> (defun shrink-window-vertically (delta)
> "Make selected window DELTA columns narrower.
> Interactively, if no argument is given, make selected window one
> column narrower."
> (interactive "p")
> (shrink-window delta nil))
>
> #+end_src
>
> I have been using those for long time myself since I prefer to do
> everything from the keyboard. Maybe someone else finds them useful too;
> they have been in my config on GH for long time.
I am not sure if these commands should be added as part of the same
changeset. The point of this commit is to make configuring windmove keys
using windmove-default-keybindings & co. more consistent.
--
Philip K.
This bug report was last modified 4 years and 66 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.