emacs-devel
[Top][All Lists]
Advanced

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

Re: 26.1-rc1: global-set-key suggestions


From: Bastien
Subject: Re: 26.1-rc1: global-set-key suggestions
Date: Sun, 29 Apr 2018 12:49:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi,

Van L <address@hidden> writes:

> The bindings for font size change are :-
>
> C-x C-+
> C-x C--

I interactively change the text size often enough to use these custom
keybindings:

  (global-set-key (kbd "C-+") 'text-scale-increase)
  (global-set-key (kbd "C--") 'text-scale-decrease)
  (global-set-key (kbd "C-=") 'text-scale-adjust)

which is what I also use in other applications (e.g. Firefox) on a
GNU/Linux machine.  I thought C-+/- was pretty standard.

C-+ and C-= are free in Emacs, but C-- is not, emulating C-u -, but
I don't really mind having to type C-u - instead of C-- when I need.

2 cents,

-- 
 Bastien



reply via email to

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