Discussion:
[dev] I made Emacs use the same keys as st for changing font size
Greg Reagle
2021-05-12 12:42:05 UTC
Permalink
Perhaps I am the only suckless fan who also uses Emacs. :>

Here is how I made Emacs use the same keys as st for changing font size:
(global-set-key (kbd "C-S-<prior>") 'text-scale-increase)
(global-set-key (kbd "C-S-<next>") 'text-scale-decrease)
(global-set-key (kbd "C-S-<home>") 'text-scale-set)
Cág
2021-05-31 21:21:08 UTC
Permalink
Post by Greg Reagle
Perhaps I am the only suckless fan who also uses Emacs. :>
I highly recommend mg[0], a sane Emacs implementation.


[0]: https://github.com/hboetes/mg/
--
caóc
Loading...