help-gnu-emacs
[Top][All Lists]
Advanced

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

<prior> and <next>


From: Hongyi Zhao
Subject: <prior> and <next>
Date: Thu, 21 Oct 2021 20:47:20 +0800

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



reply via email to

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