emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: POLL: make C-x o transient


From: aitor
Subject: Re: POLL: make C-x o transient
Date: Mon, 25 Jan 2021 16:30:55 +0100

On Mon, Jan 25, 2021 at 09:39:00AM -0500, Stefan Monnier wrote:
> > Which will make `C-x o` invoke a transient version of `other-window'
> > like `text-scale-adjust’ does.
> 
> I think the pattern is clear: `C-x <letter>` are good candidates ;-)

Sorry to chime in with an off-topic issue, but I once wrote the following in my
init.el file:

;; move thorugh windows
(global-set-key (kbd "C-x <left>")  'windmove-left)
(global-set-key (kbd "C-x <right>") 'windmove-right)
(global-set-key (kbd "C-x <up>")    'windmove-up)
(global-set-key (kbd "C-x <down>")  'windmove-down)

and never have looked back since. This is very useful for me, particularly when
dealing with many windows (gdb-many-windows, etc).

best,
                        aitor



reply via email to

[Prev in Thread] Current Thread [Next in Thread]