[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Opening Up More Keymaps Re: Standardizing more key bindings?
From: |
Eli Zaretskii |
Subject: |
Re: Opening Up More Keymaps Re: Standardizing more key bindings? |
Date: |
Fri, 02 Oct 2020 15:26:30 +0300 |
> Date: Fri, 2 Oct 2020 13:34:39 +0200
> From: Ergus <spacibba@aol.com>
> Cc: rms@gnu.org, dgutov@yandex.ru, raman@google.com,
> monnier@iro.umontreal.ca, thibaut.verron@gmail.com,
> emacs-devel@gnu.org
>
> May I ask what you bind to C-z in your config?
(global-set-key "\C-z" (function (lambda () (interactive) (scroll-up 1))))
(global-set-key "\M-z" (function (lambda () (interactive) (scroll-down 1))))
- Re: Opening Up More Keymaps Re: Standardizing more key bindings?, Ergus, 2020/10/01
- Re: Opening Up More Keymaps Re: Standardizing more key bindings?, Richard Stallman, 2020/10/01
- Re: Opening Up More Keymaps Re: Standardizing more key bindings?, Eli Zaretskii, 2020/10/02
- Re: Opening Up More Keymaps Re: Standardizing more key bindings?, Ergus, 2020/10/02
- Re: Opening Up More Keymaps Re: Standardizing more key bindings?,
Eli Zaretskii <=
- Re: Opening Up More Keymaps Re: Standardizing more key bindings?, Richard Stallman, 2020/10/03
- Re: Opening Up More Keymaps Re: Standardizing more key bindings?, Thibaut Verron, 2020/10/04
- Re: Opening Up More Keymaps Re: Standardizing more key bindings?, Alfred M. Szmidt, 2020/10/04
- Re: Opening Up More Keymaps Re: Standardizing more key bindings?, Thibaut Verron, 2020/10/04
- Re: Opening Up More Keymaps Re: Standardizing more key bindings?, Alfred M. Szmidt, 2020/10/04
- Re: Opening Up More Keymaps Re: Standardizing more key bindings?, Thibaut Verron, 2020/10/04
- Re: Opening Up More Keymaps Re: Standardizing more key bindings?, Alfred M. Szmidt, 2020/10/04
- Re: Opening Up More Keymaps Re: Standardizing more key bindings?, Richard Stallman, 2020/10/04
- Re: Opening Up More Keymaps Re: Standardizing more key bindings?, Lars Brinkhoff, 2020/10/06
- Re: Opening Up More Keymaps Re: Standardizing more key bindings?, Alfred M. Szmidt, 2020/10/04