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: Gregory Heytings
Subject: Re: POLL: make C-x o transient
Date: Wed, 27 Jan 2021 21:46:05 +0000



Which will make `C-x o` invoke a transient version of `other-window' like 
`text-scale-adjust’ does.

What benefits from this change:
1. Fewer keystrokes for multi windows navigation
2. Reduce the probability of RSI
3. Able to navigate windows backwards 


Note that in vanilla Emacs C-x z repeats the last command; C-x z z z... repeats it again and again. It displays a message in the echo area "Repeating command <name of last command>".

You can also for example (global-set-key (kbd "C-z") 'repeat) to repeat any command with a single keystroke, in which case you can also change the prefix argument while repeating the command: C-x o C-z C-z C-- C-z executes (other-window 1) three times, then (other-window -1).
reply via email to

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