* <prior> and <next>
@ 2021-10-21 12:47 Hongyi Zhao
2021-10-21 13:08 ` Yuri Khan
0 siblings, 1 reply; 4+ messages in thread
From: Hongyi Zhao @ 2021-10-21 12:47 UTC (permalink / raw)
To: help-gnu-emacs
The centaur-tabs [1] package can be installed as follows:
(use-package centaur-tabs
:demand
:config
(centaur-tabs-mode t)
:bind
("C-<prior>" . centaur-tabs-backward)
("C-<next>" . centaur-tabs-forward))
But which keys are the corresponding to the <prior> and <next>?
[1] https://github.com/ema2159/centaur-tabs/tree/8b4249c40581368faf7bb8e06f86b9eee199c3c6#installation
Regards
--
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: <prior> and <next>
2021-10-21 12:47 <prior> and <next> Hongyi Zhao
@ 2021-10-21 13:08 ` Yuri Khan
2021-10-21 14:15 ` Eric S Fraga
0 siblings, 1 reply; 4+ messages in thread
From: Yuri Khan @ 2021-10-21 13:08 UTC (permalink / raw)
To: Hongyi Zhao; +Cc: help-gnu-emacs
On Thu, 21 Oct 2021 at 19:47, Hongyi Zhao <hongyi.zhao@gmail.com> wrote:
> ("C-<prior>" . centaur-tabs-backward)
> ("C-<next>" . centaur-tabs-forward))
>
> But which keys are the corresponding to the <prior> and <next>?
They are known as Page Up and Page Down in the modern world.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: <prior> and <next>
2021-10-21 13:08 ` Yuri Khan
@ 2021-10-21 14:15 ` Eric S Fraga
2021-10-21 19:50 ` Emanuel Berg via Users list for the GNU Emacs text editor
0 siblings, 1 reply; 4+ messages in thread
From: Eric S Fraga @ 2021-10-21 14:15 UTC (permalink / raw)
To: help-gnu-emacs
On Thursday, 21 Oct 2021 at 20:08, Yuri Khan wrote:
> They are known as Page Up and Page Down in the modern world.
One could argue that these are not "modern" terms as pages are a paper
thing (including paper analogues such as PDF documents, of
course)... ;-)
--
Eric S Fraga via Emacs 28.0.60 & org 9.5 on Debian 11.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: <prior> and <next>
2021-10-21 14:15 ` Eric S Fraga
@ 2021-10-21 19:50 ` Emanuel Berg via Users list for the GNU Emacs text editor
0 siblings, 0 replies; 4+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-10-21 19:50 UTC (permalink / raw)
To: help-gnu-emacs
Eric S Fraga wrote:
>> They are known as Page Up and Page Down in the
>> modern world.
>
> One could argue that these are not "modern" terms as pages
> are a paper thing (including paper analogues such as PDF
> documents, of course)... ;-)
:)
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-10-21 19:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-21 12:47 <prior> and <next> Hongyi Zhao
2021-10-21 13:08 ` Yuri Khan
2021-10-21 14:15 ` Eric S Fraga
2021-10-21 19:50 ` Emanuel Berg via Users list for the GNU Emacs text editor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).